Change the $secondary color to $gray-600 so that it becomes less dark

This commit is contained in:
Alex Tselegidis 2023-06-20 19:12:42 +03:00
parent afe06721f7
commit 6383974c21
1 changed files with 1 additions and 1 deletions

View File

@ -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;