Skip to content

Commit af712a5

Browse files
committed
chore: update font size property in getCommonSelectStyle function in SelectPicker utils
1 parent eef757f commit af712a5

File tree

1 file changed

+1
-1
lines changed
  • src/Shared/Components/SelectPicker

1 file changed

+1
-1
lines changed

src/Shared/Components/SelectPicker/utils.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -290,7 +290,7 @@ export const getCommonSelectStyle = <OptionValue, IsMulti extends boolean>({
290290
margin: 0,
291291
padding: 0,
292292
color: 'var(--N900)',
293-
size: '13px',
293+
fontSize: '13px',
294294
fontWeight: 400,
295295
lineHeight: '20px',
296296
overflow: 'hidden',

0 commit comments

Comments
 (0)