This commit is contained in:
Pouya Saadeghi 2022-11-14 12:28:30 +03:00
commit 0ca52b5752
1 changed files with 1 additions and 1 deletions

View File

@ -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);