feat(ui) - session list - select dropdown font weight to bold
This commit is contained in:
parent
801e24ec66
commit
a37042d4ca
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 };
|
||||
return { ...provided, opacity, transition, fontWeight: 'bold' };
|
||||
},
|
||||
input: (provided: any) => ({
|
||||
...provided,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue