mirror of
https://github.com/penpot/penpot.git
synced 2025-01-10 08:50:57 -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 {
|
.main-icon {
|
||||||
align-items: center;
|
align-items: center;
|
||||||
background-color: $color-gray-darker;
|
background-color: $color-gray-dark;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
display: flex;
|
display: flex;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
|
@ -23,7 +23,7 @@
|
||||||
height: 35px;
|
height: 35px;
|
||||||
|
|
||||||
svg {
|
svg {
|
||||||
fill: $color-gray;
|
fill: darken($color-gray-darker, 7%);
|
||||||
height: 35px;
|
height: 35px;
|
||||||
width: 35px;
|
width: 35px;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue