Skip to content

Commit

Permalink
Improve sticker creator drop zone contrast
Browse files Browse the repository at this point in the history
  • Loading branch information
EvanHahn-Signal committed Oct 6, 2021
1 parent 4fefd3c commit 8c34d6e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions sticker-creator/elements/DropZone.scss
Expand Up @@ -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;
}
}

Expand All @@ -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;
}
}

Expand Down

0 comments on commit 8c34d6e

Please sign in to comment.