Update various color/style improvements, primarily for error/warn/info bubbles and boxes

This commit is contained in:
2026-02-07 20:06:56 +00:00
parent 651097b3fb
commit 7f8503387c
11 changed files with 247 additions and 29 deletions

View File

@@ -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} />