Skip to content

Commit 33503d4

Browse files
style(FileInput): fix border radius on safari #(496) (#534)
1 parent dafc988 commit 33503d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib/theme/default.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -388,7 +388,7 @@ const theme: FlowbiteTheme = {
388388
field: {
389389
base: 'relative w-full',
390390
input: {
391-
base: 'rounded-lg block w-full border disabled:cursor-not-allowed disabled:opacity-50',
391+
base: 'rounded-lg overflow-hidden block w-full border disabled:cursor-not-allowed disabled:opacity-50',
392392
sizes: {
393393
sm: 'sm:text-xs',
394394
md: 'text-sm',

0 commit comments

Comments
 (0)