Skip to content

Commit

Permalink
Update chip-input.svelte (#2084)
Browse files Browse the repository at this point in the history
  • Loading branch information
stevekinney authored May 3, 2024
1 parent 8d2e63d commit 04b09c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/holocene/input/chip-input.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@

<style lang="postcss">
.input-container {
@apply surface-primary flex max-h-20 min-h-[2.5rem] w-full flex-row flex-wrap gap-1 overflow-y-scroll rounded border border-subtle p-2 text-sm text-primary focus-within:border-4 focus-within:border-blue-700;
@apply surface-primary flex max-h-20 min-h-[2.5rem] w-full flex-row flex-wrap gap-1 overflow-y-scroll rounded border border-subtle p-2 text-sm text-primary ring-inset ring-interactive focus-within:border-interactive focus-within:ring-2;
.invalid {
@apply border-red-700;
Expand Down

0 comments on commit 04b09c7

Please sign in to comment.