Skip to content

Commit 9a18e51

Browse files
committed
fix: update hover styling
1 parent 6638942 commit 9a18e51

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

site/src/pages/ManagementSettingsPage/SidebarView.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -425,6 +425,7 @@ const classNames = {
425425
position: relative;
426426
427427
&:hover {
428+
color: ${theme.palette.text.primary};
428429
background-color: ${theme.palette.action.hover};
429430
}
430431
`,

0 commit comments

Comments
 (0)