Fix theming of close button in StoryViewer

This commit is contained in:
Josh Perez 2022-07-28 20:25:21 -04:00 committed by GitHub
parent 0ea9d7d981
commit b13027d222
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

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