diff options
| -rw-r--r-- | src/frontend/app/components/LineIcon.css | 3 |
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 { |
