Skip to content

Commit

Permalink
Merge pull request #229 from deriv-com/shayan/FEQ-2476/fix-language-s…
Browse files Browse the repository at this point in the history
…witcher-modal-style-issues

style: fixed style issues for language switcher modal
  • Loading branch information
shayan-deriv authored Jul 16, 2024
2 parents 91f34a7 + 7104ff2 commit 8429964
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@
align-items: center;
grid-template-columns: repeat(4, 1fr);
grid-gap: 1rem;
margin: 16px 0;
margin: 16px auto;
&-button {
height: 88px;
height: auto;
width: 133px;
display: flex;
align-items: center;
flex-direction: column;
padding: 8px;
padding: 12px 8px;
&-selected {
border-radius: 4px;
border: 1px solid var(--brand-blue, #85acb0);
Expand Down

0 comments on commit 8429964

Please sign in to comment.