From b13027d2227fefe69b2e90dadd5e52ca7f4136da Mon Sep 17 00:00:00 2001 From: Josh Perez <60019601+josh-signal@users.noreply.github.com> Date: Thu, 28 Jul 2022 20:25:21 -0400 Subject: [PATCH] Fix theming of close button in StoryViewer --- stylesheets/components/StoryViewer.scss | 3 +++ 1 file changed, 3 insertions(+) diff --git a/stylesheets/components/StoryViewer.scss b/stylesheets/components/StoryViewer.scss index ebbda99a3..5df9b82bd 100644 --- a/stylesheets/components/StoryViewer.scss +++ b/stylesheets/components/StoryViewer.scss @@ -30,6 +30,9 @@ &__close-button { @include button-reset; @include modal-close-button; + @include light-theme { + @include color-svg('../images/icons/v2/x-24.svg', $color-gray-15); + } right: 28px; top: var(--title-bar-drag-area-height); z-index: $z-index-above-above-base;