mirror of
https://github.com/penpot/penpot.git
synced 2025-01-10 00:40:30 -05:00
changes styles for main icon
This commit is contained in:
parent
3cae356f93
commit
371eff5047
1 changed files with 2 additions and 2 deletions
|
@ -9,7 +9,7 @@
|
|||
|
||||
.main-icon {
|
||||
align-items: center;
|
||||
background-color: $color-gray-darker;
|
||||
background-color: $color-gray-dark;
|
||||
cursor: pointer;
|
||||
display: flex;
|
||||
height: 100%;
|
||||
|
@ -23,7 +23,7 @@
|
|||
height: 35px;
|
||||
|
||||
svg {
|
||||
fill: $color-gray;
|
||||
fill: darken($color-gray-darker, 7%);
|
||||
height: 35px;
|
||||
width: 35px;
|
||||
|
||||
|
|
Loading…
Reference in a new issue