Skip to content

Commit

Permalink
fix: add gap trigger style
Browse files Browse the repository at this point in the history
  • Loading branch information
severinlandolt committed Jun 13, 2024
1 parent e6acc50 commit 3031e65
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/components/Select/Select.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ SelectValue.displayName = "SelectValue"
const selectTriggerStyles = [
cx(
// base
"group/trigger flex w-full select-none items-center justify-between truncate rounded-md border px-3 py-2 shadow-sm outline-none transition sm:text-sm",
"group/trigger flex w-full select-none items-center justify-between gap-2 truncate rounded-md border px-3 py-2 shadow-sm outline-none transition sm:text-sm",
// border color
"border-gray-300 dark:border-gray-800",
// text color
Expand Down
4 changes: 3 additions & 1 deletion src/components/Select/changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Tremor Raw Select Changelog

## 0.0.0
## 0.0.1

### Changes

- Fix: Add gap to trigger style

0 comments on commit 3031e65

Please sign in to comment.