This commit is contained in:
Jakub Kotula 2023-11-10 14:25:13 +01:00
parent bf80679be1
commit 7769aaba5c
No known key found for this signature in database
GPG Key ID: 0FE3021F80BF90C9
1 changed files with 1 additions and 0 deletions

View File

@ -230,6 +230,7 @@ export const Account = styled.button<{ isActive: boolean }>`
border: 1px solid ${Colors.GrayBorder};
border-radius: 21px;
outline: none;
min-width: 150px;
@media (max-width: 600px) {
padding: 7px 12px 7px 28px;