aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/frontend/app/components/LineIcon.css3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/frontend/app/components/LineIcon.css b/src/frontend/app/components/LineIcon.css
index 4b39351..8914602 100644
--- a/src/frontend/app/components/LineIcon.css
+++ b/src/frontend/app/components/LineIcon.css
@@ -55,8 +55,9 @@
font-weight: 600;
text-transform: uppercase;
color: inherit;
- background-color: white;
border-radius: 0.25rem 0.25rem 0 0;
+
+ background-color: var(--background-color);
}
.line-c1 {