daisyui 2.36.0 → 2.37.0

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/dist/styled.css CHANGED
@@ -2773,7 +2773,7 @@
2773
2773
  }
2774
2774
  .kbd {
2775
2775
  border-width: 1px;
2776
- border-color: hsl(var(--nf, var(--n)) / var(--tw-border-opacity));
2776
+ border-color: hsl(var(--bc) / var(--tw-border-opacity));
2777
2777
  --tw-border-opacity: 0.2;
2778
2778
  --tw-bg-opacity: 1;
2779
2779
  background-color: hsl(var(--b2, var(--b1)) / var(--tw-bg-opacity));
@@ -3567,6 +3567,7 @@
3567
3567
  display: none;
3568
3568
  }
3569
3569
  .range {
3570
+ appearance: none;
3570
3571
  -webkit-appearance: none;
3571
3572
  --range-shdw: var(--bc);
3572
3573
  overflow: hidden;
@@ -3598,6 +3599,7 @@
3598
3599
  width: 1.5rem;
3599
3600
  border-style: none;
3600
3601
  border-radius: var(--rounded-box, 1rem);
3602
+ appearance: none;
3601
3603
  -webkit-appearance: none;
3602
3604
  top: 50%;
3603
3605
  color: hsl(var(--range-shdw));