Set $green on refresh button (leaf theme)

This commit is contained in:
0x1eef 2023-07-13 16:23:37 -03:00
parent 01f8437b2f
commit 51cc7484a0
3 changed files with 10 additions and 2 deletions

View file

@ -64,6 +64,11 @@
cursor: pointer;
}
.content .row .shape.refresh {
height: 16px;
width: 16px;
}
.justify-end {
justify-content: flex-end !important;
}

View file

@ -27,4 +27,9 @@
stroke-width: 5;
}
}
.row .shape.refresh {
background: unset;
fill: $green;
}
}

View file

@ -25,8 +25,6 @@
}
.row .shape.refresh {
height: 16px;
width: 16px;
background: unset;
fill: $gold;
}