Changing remove gradient button color to red.

This commit is contained in:
MrOnosa
2020-10-10 19:25:28 -05:00
parent 443c53e294
commit 7d59b18058

View File

@@ -78,7 +78,7 @@
width: 25px;
background-color: map-get($modal, "background");
border: 2px solid map-get($modal, "background");
color: map-get($modal, "text");
color: map-get($button-colours, "reset");
text-align: center;
vertical-align: sub;