Skip to content

Commit 4126ba6

Browse files
committed
button same size as theme-switcher button
1 parent 01178cd commit 4126ba6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

themes/book/app/routes/fullScreenButton.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ export function FullScreenButton() {
2626
return (
2727
<button
2828
onClick={toggle}
29-
className="h-8 w-8 ml-3 rounded-full aspect-square border border-stone-700 dark:border-white hover:bg-neutral-100 border-solid overflow-hidden text-stone-700 dark:text-white hover:text-stone-500 dark:hover:text-neutral-800"
29+
className="h-10 ml-3 overflow-hidden border border-solid rounded-full aspect-square border-stone-700 dark:border-white hover:bg-neutral-100 text-stone-700 dark:text-white hover:text-stone-500 dark:hover:text-neutral-800"
3030
title="Toggle fullscreen"
3131
aria-label="Toggle fullscreen"
3232
aria-pressed={isFullscreen}

0 commit comments

Comments
 (0)