Skip to content

Commit

Permalink
Update select chip styling
Browse files Browse the repository at this point in the history
  • Loading branch information
ghsteff committed May 17, 2024
1 parent be535c9 commit bc822bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/form/Select/SelectInput/SelectInputTheme.ts
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ const baseTheme: SelectInputTheme = {
inputContainer: 'flex-wrap'
},
chip: {
base: 'cursor-pointer flex text-base 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 bc822bd

Please sign in to comment.