1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-11-22 18:00:18 +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;
&:hover {
background-color: rgba($dusty-gray, 0.05);
background-color: rgba(#9b9b9b, 0.05);
}
&:active {
background-color: rgba($dusty-gray, 0.1);
background-color: rgba(#9b9b9b, 0.1);
}
}