Skip to content

Commit

Permalink
Fixed tailwind issue
Browse files Browse the repository at this point in the history
  • Loading branch information
mertsincan committed Oct 18, 2023
1 parent 49a74ae commit 096beed
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions components/lib/passthrough/tailwind/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -1125,12 +1125,12 @@ const Tailwind = {
})
}),
input: {
root: {
root: ({ props }) => ({
className: classNames('font-sans text-base text-gray-600 dark:text-white/80 bg-white dark:bg-gray-900 p-3 border border-gray-300 dark:border-blue-900/40 transition-colors duration-200 appearance-none', 'hover:border-blue-500', {
'rounded-lg': !props.showIcon,
'border-r-0 rounded-l-lg': props.showIcon
})
}
})
},
dropdownbutton: ({ props }) => ({
root: {
Expand Down

0 comments on commit 096beed

Please sign in to comment.