chore: minor style tweaks
This commit is contained in:
parent
9385e34552
commit
3d10bee145
2 changed files with 7 additions and 1 deletions
|
@ -376,6 +376,12 @@ button {
|
|||
border: none;
|
||||
}
|
||||
|
||||
/* selects */
|
||||
select {
|
||||
border-radius: var(--rounded-full);
|
||||
padding: var(--sizing-xs) var(--sizing-sm);
|
||||
}
|
||||
|
||||
/* icons */
|
||||
svg {
|
||||
stroke-width: var(--stroke-width-default);
|
||||
|
|
Reference in a new issue