daisyui 2.51.4 → 2.51.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/dist/full.css +1 -1
- package/dist/styled.css +2 -2
- package/dist/styled.js +1 -1
- package/dist/styled.rtl.js +1 -1
- package/dist/unstyled.css +0 -1
- package/dist/unstyled.js +1 -1
- package/dist/unstyled.rtl.js +1 -1
- package/dist/utilities-unstyled.js +1 -1
- package/package.json +1 -1
package/dist/styled.css
CHANGED
|
@@ -695,7 +695,6 @@
|
|
|
695
695
|
flex-wrap: wrap;
|
|
696
696
|
align-items: center;
|
|
697
697
|
justify-content: center;
|
|
698
|
-
border-color: transparent;
|
|
699
698
|
padding-left: 1rem;
|
|
700
699
|
padding-right: 1rem;
|
|
701
700
|
text-align: center;
|
|
@@ -2649,6 +2648,7 @@
|
|
|
2649
2648
|
border-radius: var(--rounded-btn, 0.5rem);
|
|
2650
2649
|
}
|
|
2651
2650
|
.file-input::file-selector-button {
|
|
2651
|
+
border-style: solid;
|
|
2652
2652
|
--tw-border-opacity: 1;
|
|
2653
2653
|
border-color: hsl(var(--n) / var(--tw-border-opacity));
|
|
2654
2654
|
--tw-bg-opacity: 1;
|
|
@@ -2661,7 +2661,7 @@
|
|
|
2661
2661
|
border-width: var(--border-btn, 1px);
|
|
2662
2662
|
animation: button-pop var(--animation-btn, 0.25s) ease-out;
|
|
2663
2663
|
text-transform: var(--btn-text-case, uppercase);
|
|
2664
|
-
}
|
|
2664
|
+
}
|
|
2665
2665
|
.file-input-bordered {
|
|
2666
2666
|
--tw-border-opacity: 0.2;
|
|
2667
2667
|
}
|