Skip to content

Commit

Permalink
Merge pull request #200 from reaviz/Update-select-theme
Browse files Browse the repository at this point in the history
Update select theme font size
  • Loading branch information
amcdnl authored May 17, 2024
2 parents 4f84785 + bc822bd commit f1c4ab2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/form/Select/SelectInput/SelectInputTheme.ts
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ const baseTheme: SelectInputTheme = {
inputContainer:
'flex-wrap flex items-center overflow-hidden flex-1 max-w-full [&>div]:max-w-full',
input:
'p-0 bg-transparent text-xs text-ellipsis align-middle max-w-full read-only:cursor-not-allowed focus:outline-none disabled:text-disabled',
'p-0 bg-transparent text-base text-ellipsis align-middle max-w-full read-only:cursor-not-allowed focus:outline-none disabled:text-disabled',
placeholder: '',
prefix: 'overflow-hidden whitespace-nowrap text-ellipsis',
suffix: {
Expand All @@ -66,7 +66,7 @@ const baseTheme: SelectInputTheme = {
inputContainer: 'flex-wrap'
},
chip: {
base: 'cursor-pointer flex text-xs leading-none box-border mr-1 my-px px-1 py-1 rounded border-solid border-transparent',
base: 'cursor-pointer flex text-sm leading-none box-border mr-1 px-1 py-1 rounded border-solid border-transparent',
hover: '',
focused: 'focused:border-transparent focused:outline-none',
disabled: 'disabled:cursor-not-allowed',
Expand Down

0 comments on commit f1c4ab2

Please sign in to comment.