change(ui) - select font-weight to 500

This commit is contained in:
Shekar Siri 2022-08-04 18:19:22 +02:00
parent ed9b86d03c
commit 0fc07c7644

View file

@ -104,7 +104,7 @@ export default function<Value extends ValueObject>({ placeholder='Select', name
const opacity = state.isDisabled ? 0.5 : 1;
const transition = 'opacity 300ms';
return { ...provided, opacity, transition, fontWeight: 'bold' };
return { ...provided, opacity, transition, fontWeight: '500' };
},
input: (provided: any) => ({
...provided,