We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e5cf4b2 commit 08761c6Copy full SHA for 08761c6
src/components/nav-drawer.js
@@ -123,17 +123,7 @@ function NavDrawer() {
123
}}
124
>
125
<SiteTitle />
126
- <Button
127
- aria-label="Close"
128
- onClick={() => setOpen(false)}
129
- sx={{
130
- '&:focus-visible': {
131
- outline: '2px solid',
132
- outlineColor: 'accent.fg',
133
- outlineOffset: '2px',
134
- },
135
- }}
136
- >
+ <Button aria-label="Close" onClick={() => setOpen(false)}>
137
<XIcon />
138
</Button>
139
</DarkTheme>
0 commit comments