diff options
Diffstat (limited to 'ui/app/components/selected-account/index.scss')
-rw-r--r-- | ui/app/components/selected-account/index.scss | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ui/app/components/selected-account/index.scss b/ui/app/components/selected-account/index.scss index 5339a228..a0b8497a 100644 --- a/ui/app/components/selected-account/index.scss +++ b/ui/app/components/selected-account/index.scss @@ -28,11 +28,11 @@ cursor: pointer; &:hover { - background-color: #e8e6e8; + background-color: $geyser; } &:active { - background-color: #d9d7da; + background-color: $geyser; } } } |