mirror of
https://github.com/penpot/penpot.git
synced 2025-08-03 13:48:31 +02:00
🐛 Fix colors on measurements elements
This commit is contained in:
parent
3dc45104db
commit
1e1b13196c
28 changed files with 103 additions and 391 deletions
|
@ -565,10 +565,10 @@ button.collapse-sidebar {
|
|||
|
||||
&:hover {
|
||||
svg {
|
||||
stroke: var(--color-primary);
|
||||
stroke: $color-primary;
|
||||
}
|
||||
label {
|
||||
color: var(--color-primary);
|
||||
color: $color-primary;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue