mirror of
https://github.com/alextselegidis/easyappointments.git
synced 2024-11-10 10:02:33 +03:00
Change the $secondary color to $gray-600 so that it becomes less dark
This commit is contained in:
parent
afe06721f7
commit
6383974c21
1 changed files with 1 additions and 1 deletions
|
@ -42,7 +42,7 @@ $teal: #20c997 !default;
|
|||
$cyan: #75caeb !default;
|
||||
|
||||
$primary: $blue !default;
|
||||
$secondary: $gray-900 !default;
|
||||
$secondary: $gray-600 !default;
|
||||
$success: $green !default;
|
||||
$info: $cyan !default;
|
||||
$warning: $yellow !default;
|
||||
|
|
Loading…
Reference in a new issue