Fix alignment and padding

This commit is contained in:
Justin Edmund 2023-01-22 22:51:13 -08:00
parent d5dda428cf
commit ac325db3c4
2 changed files with 2 additions and 1 deletions

View file

@ -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);

View file

@ -1,4 +1,5 @@
.SelectItem {
align-items: center;
border-radius: $item-corner;
border: 2px solid transparent;
color: var(--text-tertiary);