Update various color/style improvements, primarily for error/warn/info bubbles and boxes
This commit is contained in:
@@ -38,9 +38,10 @@ export const FormSelect: React.FC<FormSelectProps> = ({
|
||||
|
||||
return (
|
||||
<div className="flex items-center gap-0">
|
||||
<Select value={value} onValueChange={onValueChange}>
|
||||
<Select value={value} onValueChange={onValueChange}>
|
||||
<SelectTrigger className={cn(
|
||||
showResetButton && "rounded-r-none border-r-0 z-10",
|
||||
"bg-background",
|
||||
triggerClassName
|
||||
)}>
|
||||
<SelectValue placeholder={placeholder} />
|
||||
|
||||
Reference in New Issue
Block a user