chore: minor style tweaks

This commit is contained in:
Cory Dransfeldt 2024-04-17 17:14:31 -07:00
parent 9385e34552
commit 3d10bee145
No known key found for this signature in database
2 changed files with 7 additions and 1 deletions

View file

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