Fix alignment and padding
This commit is contained in:
parent
d5dda428cf
commit
ac325db3c4
2 changed files with 2 additions and 1 deletions
|
|
@ -5,7 +5,7 @@
|
|||
border: none;
|
||||
display: flex;
|
||||
gap: $unit;
|
||||
padding: $unit-2x $unit-2x;
|
||||
padding: ($unit * 1.5) $unit-2x;
|
||||
|
||||
&.modal {
|
||||
background-color: var(--select-modal-bg);
|
||||
|
|
|
|||
|
|
@ -1,4 +1,5 @@
|
|||
.SelectItem {
|
||||
align-items: center;
|
||||
border-radius: $item-corner;
|
||||
border: 2px solid transparent;
|
||||
color: var(--text-tertiary);
|
||||
|
|
|
|||
Loading…
Reference in a new issue