Skip to content

Commit

Permalink
chore: fix primary buttons text color
Browse files Browse the repository at this point in the history
  • Loading branch information
ghiscoding committed Nov 28, 2024
1 parent d0b3de2 commit 7e63ea1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/styles.scss
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ $navbar-height: 56px;
$side-menu-width: 250px;
$button-border-color: #ababab;
$button-style-bg-color: #fff;
$primary-color: #1b75fb;
$primary-color: #0e6cfa;

@use 'bootstrap/scss/bootstrap' with (
$primary: $primary-color
Expand Down

0 comments on commit 7e63ea1

Please sign in to comment.