Skip to content

Commit

Permalink
fix(Button): change default button border color
Browse files Browse the repository at this point in the history
  • Loading branch information
gravitano committed Aug 2, 2023
1 parent 5ce4a71 commit 07c6790
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packages/themes/src/morpheme/_button.dark.scss
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,12 @@
}

&-default {
--btn-bg-color: var(--color-gray-true-700);
--btn-bg-color: var(--color-gray-true-800);
--btn-border-color: var(--color-gray-true-700);
--btn-text-color: var(--color-gray-true-200);

&:hover {
--btn-bg-color: var(--color-gray-true-800);
--btn-bg-color: var(--color-gray-true-900);
}

// outlined
Expand All @@ -37,7 +37,7 @@
--btn-text-color: var(--color-gray-true-200);

&:hover {
--btn-bg-color: var(--color-gray-true-700);
--btn-bg-color: var(--color-gray-true-900);
}
}

Expand Down

0 comments on commit 07c6790

Please sign in to comment.