change colour of "complete order"

This commit is contained in:
EdwardLi-coder
2024-08-12 12:01:02 +08:00
parent 8ab1cbe600
commit 97a72dfde7

View File

@@ -347,7 +347,7 @@
margin-top: 40px;
.button.primary {
background-color: $clr-turquoise;
background-color: $orange-500;
&:hover {
text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
}