diff --git a/src/components/AppLayout/AccountSwitcher/AccountSwitcher.scss b/src/components/AppLayout/AccountSwitcher/AccountSwitcher.scss index 3bcee20d..8547626a 100644 --- a/src/components/AppLayout/AccountSwitcher/AccountSwitcher.scss +++ b/src/components/AppLayout/AccountSwitcher/AccountSwitcher.scss @@ -9,7 +9,7 @@ height: 100%; &:hover { cursor: pointer; - background-color: var(--color-grey-1, #f4f4f4); + background-color: var(--du-general-hover, #e6e9e9); } } @@ -21,7 +21,7 @@ font-size: 16px; display: flex; font-weight: 700; - gap: 8px; + gap: 4px; color: var(--du-text-profit-success, #4bb4b3); @include mobile { font-size: 14px; diff --git a/src/components/AppLayout/PlatformSwitcher/PlatformSwitcher.scss b/src/components/AppLayout/PlatformSwitcher/PlatformSwitcher.scss index 6f37c929..c036b573 100644 --- a/src/components/AppLayout/PlatformSwitcher/PlatformSwitcher.scss +++ b/src/components/AppLayout/PlatformSwitcher/PlatformSwitcher.scss @@ -31,7 +31,8 @@ cursor: pointer; &-chevron { - margin-left: 8px; + margin-left: 13px; + margin-top: 2px; transition: transform 0.3s ease; &__expanded {