diff --git a/components/FilterBar/index.scss b/components/FilterBar/index.scss index db692be0..994a3cf3 100644 --- a/components/FilterBar/index.scss +++ b/components/FilterBar/index.scss @@ -18,7 +18,7 @@ } h1 { - color: $grey-50; + color: $grey-20; font-size: $font-regular; font-weight: $normal; flex-grow: 1; diff --git a/styles/variables.scss b/styles/variables.scss index cfd1c4c4..8c5e7e6f 100644 --- a/styles/variables.scss +++ b/styles/variables.scss @@ -9,6 +9,7 @@ $unit: 8px; // Colors $grey-00: #444; +$grey-20: #555; $grey-40: #777; $grey-50: #888; $grey-60: #A9A9A9;