aboutsummaryrefslogtreecommitdiffstats
path: root/src/styles
diff options
context:
space:
mode:
authorLibravatar kytwb <kytwb@pm.me>2021-12-18 00:25:41 +0100
committerLibravatar kytwb <kytwb@pm.me>2021-12-18 00:25:41 +0100
commit39e958866e41b8d274657029a7d7483ef8b33b17 (patch)
treed6a7b8191101f680199ef6b959da0f614073f24c /src/styles
parentFix create workspace button style when no accent color set (diff)
downloadferdium-app-39e958866e41b8d274657029a7d7483ef8b33b17.tar.gz
ferdium-app-39e958866e41b8d274657029a7d7483ef8b33b17.tar.zst
ferdium-app-39e958866e41b8d274657029a7d7483ef8b33b17.zip
Fix badge border-radius changing in Dark Mode
Diffstat (limited to 'src/styles')
-rw-r--r--src/styles/badge.scss1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/styles/badge.scss b/src/styles/badge.scss
index 1f58b8089..78309ea18 100644
--- a/src/styles/badge.scss
+++ b/src/styles/badge.scss
@@ -2,7 +2,6 @@
2 2
3.theme__dark .badge { 3.theme__dark .badge {
4 background: $dark-theme-gray; 4 background: $dark-theme-gray;
5 border-radius: $theme-border-radius-small;
6 color: $dark-theme-gray-lightest; 5 color: $dark-theme-gray-lightest;
7 6
8 &.badge--primary { 7 &.badge--primary {