Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion packages/react/src/theme/rating.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ export const ratingTheme = {
readonly: false,
},
baseStyle:
"inline-flex items-center [&_data-slot=icon]:w-5 [&_data-slot=icon]:h-5 [&_data-slot=icon]:text-inherit [&_data-slot=icon]:cursor-pointer",
"inline-flex items-center [&_[data-slot=icon]]:w-5 [&_[data-slot=icon]]:h-5 [&_[data-slot=icon]]:text-inherit [&_[data-slot=icon]]:cursor-pointer",
color: {
primary: "text-primary",
secondary: "text-secondary",
Expand Down
2 changes: 1 addition & 1 deletion packages/react/src/theme/select.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ export const selectTriggerTheme = {
),
},
baseStyle:
"flex items-center gap-4 justify-between h-max w-full outline-none focus:outline-none text-foreground bg-transparent ring-transparent border border-surface transition-all duration-300 ease-in disabled:opacity-50 disabled:pointer-events-none data-[error=true]:border-error data-[success=true]:border-success select-none text-start data-[shape=pill]:rounded-full [&_data-slot=placeholder]:text-foreground/60",
"flex items-center gap-4 justify-between h-max w-full outline-none focus:outline-none text-foreground bg-transparent ring-transparent border border-surface transition-all duration-300 ease-in disabled:opacity-50 disabled:pointer-events-none data-[error=true]:border-error data-[success=true]:border-success select-none text-start data-[shape=pill]:rounded-full [&_[data-slot=placeholder]]:text-foreground/60",
size: {
sm: "text-sm rounded-md py-1.5 px-2 ring shadow-sm",
md: "text-sm rounded-md py-2 px-2.5 ring shadow-sm",
Expand Down