Fix hover color

This commit is contained in:
Carlos Quintana
2022-06-17 15:25:39 +02:00
parent f1f365e48b
commit a9582503f6
+1 -1
View File
@@ -195,7 +195,7 @@ export default {
color: #6d4aff;
}
.proton-button:hover {
background-color: #6d4aff;
background-color: #1b1340;
}
.text-gray {
color: #868e96;