change(ui) - select font-weight to 500
This commit is contained in:
parent
ed9b86d03c
commit
0fc07c7644
1 changed files with 1 additions and 1 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue