From 7e63ea1a721dfc728b9e4374c5b148c2caef7cee Mon Sep 17 00:00:00 2001 From: ghiscoding Date: Thu, 28 Nov 2024 09:33:14 -0500 Subject: [PATCH] chore: fix primary buttons text color --- src/styles.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/styles.scss b/src/styles.scss index 938588e..8bb9eae 100644 --- a/src/styles.scss +++ b/src/styles.scss @@ -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