1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-12-23 09:52:26 +01:00

Fix missing scss variable

This commit is contained in:
Dan J Miller 2022-03-28 17:17:19 -02:30
parent 24ca3c5aa3
commit 85385233e5

View File

@ -108,11 +108,11 @@
width: 59px; width: 59px;
&:hover { &:hover {
background-color: rgba($dusty-gray, 0.05); background-color: rgba(#9b9b9b, 0.05);
} }
&:active { &:active {
background-color: rgba($dusty-gray, 0.1); background-color: rgba(#9b9b9b, 0.1);
} }
} }