mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-05-08 08:58:38 +01:00
Fix theming of close button in StoryViewer
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user