Improve sticker creator drop zone contrast

This commit is contained in:
Evan Hahn
2021-10-06 15:23:18 -05:00
committed by GitHub
parent 4fefd3ccaf
commit 8c34d6ebc2

View File

@@ -14,11 +14,11 @@
flex-grow: 1; flex-grow: 1;
@include light-theme() { @include light-theme() {
color: $color-gray-25; color: $color-gray-60;
} }
@include dark-theme() { @include dark-theme() {
color: $color-gray-60; color: $color-gray-45;
} }
} }
@@ -29,11 +29,11 @@
font-weight: normal; font-weight: normal;
@include light-theme() { @include light-theme() {
color: $color-gray-25; color: $color-gray-60;
} }
@include dark-theme() { @include dark-theme() {
color: $color-gray-60; color: $color-gray-45;
} }
} }