File tree Expand file tree Collapse file tree 1 file changed +10
-10
lines changed
site/src/modules/dashboard/Navbar Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -139,17 +139,17 @@ const DeploymentDropdownContent: FC<DeploymentDropdownProps> = ({
139
139
140
140
const styles = {
141
141
menuItem : ( theme ) => css `
142
- text-decoration : none;
143
- color : inherit;
144
- gap : 8px ;
145
- padding : 8px 20px ;
146
- font-size : 14px ;
142
+ text-decoration : none;
143
+ color : inherit;
144
+ gap : 8px ;
145
+ padding : 8px 20px ;
146
+ font-size : 14px ;
147
147
148
- & : hover {
149
- background-color : ${ theme . palette . action . hover } ;
150
- transition : background-color 0.3s ease;
151
- }
152
- `,
148
+ & : hover {
149
+ background-color : ${ theme . palette . action . hover } ;
150
+ transition : background-color 0.3s ease;
151
+ }
152
+ `,
153
153
menuItemIcon : ( theme ) => ( {
154
154
color : theme . palette . text . secondary ,
155
155
width : 20 ,
You can’t perform that action at this time.
0 commit comments