fix color theme general issue

This commit is contained in:
Juan de la Cruz 2020-03-03 13:14:37 +01:00
parent c217f65677
commit 2728e03e76
35 changed files with 433 additions and 429 deletions

View file

@ -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;