Fix theming of close button in StoryViewer
This commit is contained in:
parent
0ea9d7d981
commit
b13027d222
1 changed files with 3 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue