🐛 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

@ -565,10 +565,10 @@ button.collapse-sidebar {
&:hover {
svg {
stroke: var(--color-primary);
stroke: $color-primary;
}
label {
color: var(--color-primary);
color: $color-primary;
}
}
}

View file

@ -323,12 +323,8 @@ $height-palette-max: 80px;
}
}
.workspace-frame-icon {
fill: $color-gray-40;
}
.workspace-frame-label {
fill: $color-gray-40;
font-size: $fs12;
}