Skip to content

Commit

Permalink
Fixed #827, Negative button with is-ghost
Browse files Browse the repository at this point in the history
  • Loading branch information
YamiOdymel committed Jul 2, 2022
1 parent 384e431 commit 3831d32
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/button.css
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,10 @@
background: var(--ts-gray-100);
}

.ts-button.is-ghost.is-negative {
color: var(--ts-negative-500);
}

/**
* Button
*/
Expand Down

0 comments on commit 3831d32

Please sign in to comment.