Skip to content

Commit bda70b2

Browse files
committed
style: prettier
1 parent d859688 commit bda70b2

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

site/src/modules/dashboard/Navbar/DeploymentDropdown.tsx

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -139,17 +139,17 @@ const DeploymentDropdownContent: FC<DeploymentDropdownProps> = ({
139139

140140
const styles = {
141141
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;
147147
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+
`,
153153
menuItemIcon: (theme) => ({
154154
color: theme.palette.text.secondary,
155155
width: 20,

0 commit comments

Comments
 (0)