Skip to content

Commit

Permalink
Merge pull request #211 from deriv-com/shayan/fix-style-issues
Browse files Browse the repository at this point in the history
fix: fixed minor style issues
  • Loading branch information
shayan-deriv authored May 30, 2024
2 parents 25a2197 + aaef51a commit 08175fd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/components/AppLayout/AccountSwitcher/AccountSwitcher.scss
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
height: 100%;
&:hover {
cursor: pointer;
background-color: var(--color-grey-1, #f4f4f4);
background-color: var(--du-general-hover, #e6e9e9);
}
}

Expand All @@ -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;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,8 @@
cursor: pointer;

&-chevron {
margin-left: 8px;
margin-left: 13px;
margin-top: 2px;
transition: transform 0.3s ease;

&__expanded {
Expand Down

0 comments on commit 08175fd

Please sign in to comment.