🐛 Fix colors on measurements elements

This commit is contained in:
Eva 2024-01-18 18:32:46 +01:00 committed by Andrey Antukh
parent 3dc45104db
commit 1e1b13196c
28 changed files with 103 additions and 391 deletions

View file

@ -21,6 +21,8 @@
--color-accent-primary-muted: var(--purple-30);
--color-accent-secondary: var(--blue);
--color-accent-tertiary: var(--strong-purple);
--color-accent-tertiary-muted: var(--strong-purple-10);
--color-component-highlight: var(--blue);
--overlay-color: rgba(255, 255, 255, 0.4);
--ok-color: var(--light-ok-color);