Skip to content

Commit

Permalink
fix: saadeghi#1350 File Input Button for Safari
Browse files Browse the repository at this point in the history
  • Loading branch information
lorenzolewis committed Nov 12, 2022
1 parent 5c0528c commit 7646b5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/styled/file-input.css
@@ -1,7 +1,7 @@
.file-input {
@apply border border-base-content border-opacity-0 bg-base-100 rounded-btn text-base;
&::file-selector-button {
@apply font-semibold uppercase no-underline border-neutral bg-neutral text-neutral-content;
@apply font-semibold uppercase no-underline border-neutral bg-neutral text-neutral-content rounded-btn;
border-width: var(--border-btn, 1px);
animation: button-pop var(--animation-btn, 0.25s) ease-out;
text-transform: var(--btn-text-case, uppercase);
Expand Down

0 comments on commit 7646b5a

Please sign in to comment.