Skip to content

Commit

Permalink
refactor: fix buttons
Browse files Browse the repository at this point in the history
  • Loading branch information
taroj1205 committed Jan 24, 2025
1 parent 5125bf9 commit 942a73d
Show file tree
Hide file tree
Showing 2 changed files with 224 additions and 222 deletions.
6 changes: 1 addition & 5 deletions src/components/ThemeSwitch.astro
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,7 @@ import MoonIcon from '../icons/MoonIcon.astro'
<button
id="theme-toggle"
type="button"
class:list={[
'rounded-lg p-2.5 outline-none',
'bg-muted/50 shadow-sm',
className,
]}
class:list={['rounded-lg p-2.5 outline-none', className]}
aria-label={label}
{...rest}
>
Expand Down
Loading

0 comments on commit 942a73d

Please sign in to comment.