mirror of
https://github.com/prymitive/karma
synced 2026-05-07 03:26:52 +00:00
Merge pull request #1267 from prymitive/colors
fix(ui): tweak default label color
This commit is contained in:
@@ -85,7 +85,7 @@ $datepicker__border-radius: 0.25rem;
|
||||
$datepicker__day-name-color: $white;
|
||||
$datepicker__day-hover-color: $white;
|
||||
|
||||
$color-default: #7080a7;
|
||||
$color-default: #708090;
|
||||
|
||||
@import "Styles/Components/Accordion";
|
||||
@import "Styles/Components/Alert";
|
||||
|
||||
@@ -76,7 +76,7 @@ $datepicker__border-radius: 0.25rem;
|
||||
$datepicker__day-name-color: $black;
|
||||
$datepicker__day-hover-color: $black;
|
||||
|
||||
$color-default: #7080a7;
|
||||
$color-default: #708090;
|
||||
|
||||
@import "Styles/Components/Accordion";
|
||||
@import "Styles/Components/Alert";
|
||||
|
||||
Reference in New Issue
Block a user