Fix missing scss variable

feature/default_network_editable
Dan J Miller 3 years ago
parent 24ca3c5aa3
commit 85385233e5
  1. 4
      ui/components/app/account-menu/index.scss

@ -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);
}
}

Loading…
Cancel
Save