Merge pull request #139 from ReflectsLight/theme_leaf_reload

Set $green on refresh button (leaf theme)
This commit is contained in:
Robert 2023-07-13 16:26:41 -03:00 committed by GitHub
commit 2c74cc9dd2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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;
}