Skip to content

Commit

Permalink
fix: fine-tune primary subtle button color
Browse files Browse the repository at this point in the history
  • Loading branch information
BrickheadJohnny committed Dec 12, 2024
1 parent c9d2564 commit 77b5ddd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/styles/globals.css
Original file line number Diff line number Diff line change
Expand Up @@ -214,8 +214,8 @@ html {
--button-success-hover: var(--green-400);
--button-success-active: var(--green-300);
--button-success-foreground: var(--white);
--button-success-subtle: var(--green-300);
--button-success-subtle-foreground: var(--green-500);
--button-success-subtle: var(--green-200);
--button-success-subtle-foreground: var(--green-300);

--badge-background: var(--whiteAlpha);
--badge-foreground: var(--foreground);
Expand Down

0 comments on commit 77b5ddd

Please sign in to comment.