Skip to content

Commit

Permalink
fix: button svg disappear
Browse files Browse the repository at this point in the history
  • Loading branch information
Parsifa1 committed Oct 15, 2024
1 parent 6d28c19 commit 335906e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/components/Header/Button/LightDarkButton.astro
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

<style>
svg {
@apply inline-block h-6 w-6 fill-skin-base group-hover:fill-skin-accent;
@apply inline-block h-6 w-6 !fill-skin-base group-hover:fill-skin-accent;
}
#theme-btn {
@apply p-3 sm:p-1;
Expand Down
2 changes: 1 addition & 1 deletion src/components/Header/Button/SearchButton.astro
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ const { activeNav } = Astro.props;

<style>
svg {
@apply inline-block h-6 w-6 fill-skin-base group-hover:fill-skin-accent;
@apply inline-block h-6 w-6 !fill-skin-base group-hover:fill-skin-accent;
}
a.active svg {
@apply fill-skin-accent;
Expand Down

0 comments on commit 335906e

Please sign in to comment.