feat: small transitions, spacing, polishing

This commit is contained in:
Aaron Iker
2026-01-20 01:24:48 +01:00
parent 0beb8a0bf6
commit d6dbdb0b40
9 changed files with 131 additions and 35 deletions
+4 -1
View File
@@ -1,6 +1,9 @@
[data-component="select"] {
[data-slot="select-select-trigger"] {
padding: 0 4px 0 8px;
display: flex;
padding: 4px 8px !important;
align-items: center;
justify-content: space-between;
box-shadow: none;
transition: background-color 200ms cubic-bezier(0.25, 0, 0.5, 1);