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
1 changed files with 4 additions and 4 deletions

View File

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