Skip to content

Commit 30c9240

Browse files
committed
feat: add focus state effect to iconbutton
1 parent af91920 commit 30c9240

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/components/Nav/Desktop/index.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,7 @@ const DesktopNavMenu = ({ toggleColorMode }: DesktopNavMenuProps) => {
6868
isSecondary
6969
px={{ base: "2", xl: "3" }}
7070
_hover={desktopHoverFocusStyles}
71+
_focus={desktopHoverFocusStyles}
7172
onClick={toggleColorMode}
7273
/>
7374

0 commit comments

Comments
 (0)