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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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