Skip to content

Commit

Permalink
fix lint error
Browse files Browse the repository at this point in the history
  • Loading branch information
Eevolee committed Mar 3, 2025
1 parent 87613ac commit 88aeec7
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions src/globals/_variants.scss
Original file line number Diff line number Diff line change
Expand Up @@ -58,12 +58,12 @@
}

%variant_ghost_accent {
color: var(--color-accent);

border: 1px solid transparent;

background-color: transparent;

color: var(--color-accent);

&:hover:not(:disabled) {
color: var(--color-accent_dark);
}
Expand Down Expand Up @@ -104,13 +104,12 @@
}

%variant_ghost_danger {
color: var(--color-danger);

border: 1px solid transparent;

background-color: transparent;

color: var(--color-danger);

&:hover:not(:disabled) {
color: var(--color-danger);
}
Expand Down

0 comments on commit 88aeec7

Please sign in to comment.