aboutsummaryrefslogtreecommitdiffstats
path: root/src/styles/features.scss
diff options
context:
space:
mode:
authorLibravatar kytwb <kytwb@pm.me>2021-12-12 16:53:29 +0100
committerLibravatar kytwb <kytwb@pm.me>2021-12-12 16:53:29 +0100
commitbd82ca76ebed5aa5a9c7ad1a5875f59eab71b465 (patch)
treeef23a83c51b658e621e19614a6e78447f14eee77 /src/styles/features.scss
parentReset state when closing PublishDebugLogModal (diff)
downloadferdium-app-bd82ca76ebed5aa5a9c7ad1a5875f59eab71b465.tar.gz
ferdium-app-bd82ca76ebed5aa5a9c7ad1a5875f59eab71b465.tar.zst
ferdium-app-bd82ca76ebed5aa5a9c7ad1a5875f59eab71b465.zip
Fix PublishDebugLogModal close button color in Dark Mode
Diffstat (limited to 'src/styles/features.scss')
-rw-r--r--src/styles/features.scss6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/styles/features.scss b/src/styles/features.scss
index d2931f837..8b2ce3253 100644
--- a/src/styles/features.scss
+++ b/src/styles/features.scss
@@ -11,3 +11,9 @@
11 background: $theme-brand-primary; 11 background: $theme-brand-primary;
12 } 12 }
13} 13}
14
15.theme__dark .publish-debug {
16 .close {
17 color: $dark-theme-gray-lightest;
18 }
19}