Skip to content

Commit

Permalink
align close button
Browse files Browse the repository at this point in the history
  • Loading branch information
jakubabrzy committed Sep 19, 2023
1 parent ed71936 commit 88fe3cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/theme/Navbar/MobileSidebar/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ function CloseButton() {
<button
type="button"
aria-label="Close navigation bar"
className="absolute top-6 right-6 p-4 text-gray-900 hover:text-brand-700 dark:text-gray-50 dark:hover:text-brand-500 transition-colors"
className="absolute top-6 right-6 p-3 sm:p-4 text-gray-900 hover:text-brand-700 dark:text-gray-50 dark:hover:text-brand-500 transition-colors"
onClick={() => mobileSidebar.toggle()}
>
<IconClose />
Expand Down

0 comments on commit 88fe3cb

Please sign in to comment.