Skip to content

Commit d665a21

Browse files
committed
style: update company select style
1 parent e83340c commit d665a21

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

client/components/customized-ui/form/company.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ const FormCompanyCombobox: React.FC<CompanyComboboxProps> = ({
124124
options.map((option) => (
125125
<div
126126
key={option.id}
127-
className="flex flex-row items-center gap-2 rounded-lg p-2 text-slate-400 hover:bg-slate-100"
127+
className="flex flex-row items-center gap-2 rounded-lg p-2 text-slate-600 hover:bg-slate-100"
128128
onClick={() => handleOptionSelect(option.id)}
129129
>
130130
<CompanyAvatar

0 commit comments

Comments
 (0)