mirror of
https://github.com/penpot/penpot.git
synced 2025-08-03 19:38:28 +02:00
fix color theme general issue
This commit is contained in:
parent
c217f65677
commit
2728e03e76
35 changed files with 433 additions and 429 deletions
|
@ -11,7 +11,7 @@
|
|||
|
||||
.tool-btn {
|
||||
align-items: center;
|
||||
background-color: $secondary-ui-bg;
|
||||
background-color: $color-gray-60;
|
||||
border-radius: 3px;
|
||||
cursor: pointer;
|
||||
display: flex;
|
||||
|
@ -22,17 +22,17 @@
|
|||
width: 54px;
|
||||
|
||||
svg {
|
||||
fill: $intense-ui-icons;
|
||||
fill: $color-gray-20;
|
||||
height: 35px;
|
||||
width: 35px;
|
||||
}
|
||||
|
||||
&:hover {
|
||||
background-color: $dark-ui-bg;
|
||||
background-color: $color-gray-10;
|
||||
}
|
||||
|
||||
&.selected {
|
||||
background-color: $main-ui-color;
|
||||
background-color: $color-primary;
|
||||
|
||||
svg {
|
||||
fill: $color-white;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue