compote-ui 0.13.0 → 0.13.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -100,8 +100,8 @@
|
|
|
100
100
|
|
|
101
101
|
<Combobox.Control
|
|
102
102
|
class={cn(
|
|
103
|
-
'flex min-h-9 items-center gap-1 rounded border px-3 shadow-sm',
|
|
104
|
-
'focus-within:ring-1 focus-within:ring-
|
|
103
|
+
'flex min-h-9 items-center gap-1 rounded border bg-surface-1 px-3 shadow-sm',
|
|
104
|
+
'focus-within:ring-1 focus-within:ring-ring',
|
|
105
105
|
'data-invalid:border-danger data-invalid:focus-within:ring-danger',
|
|
106
106
|
multiple && 'flex-wrap py-1'
|
|
107
107
|
)}
|