From 8c34d6ebc2c68c8a8a6f722b479e4ed39d2a7a3f Mon Sep 17 00:00:00 2001 From: Evan Hahn <69474926+EvanHahn-Signal@users.noreply.github.com> Date: Wed, 6 Oct 2021 15:23:18 -0500 Subject: [PATCH] Improve sticker creator drop zone contrast --- sticker-creator/elements/DropZone.scss | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/sticker-creator/elements/DropZone.scss b/sticker-creator/elements/DropZone.scss index 69c5eaa6774..365f4b44a82 100644 --- a/sticker-creator/elements/DropZone.scss +++ b/sticker-creator/elements/DropZone.scss @@ -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; } }