@upstash/react-redis-browser 0.2.14 → 0.2.16

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/index.css CHANGED
@@ -3015,6 +3015,10 @@
3015
3015
  --tw-text-opacity: 1;
3016
3016
  color: rgb(var(--color-red-400) / var(--tw-text-opacity));
3017
3017
  }
3018
+ .ups-db .dark\:text-zinc-100:is(.dark *) {
3019
+ --tw-text-opacity: 1;
3020
+ color: rgb(var(--color-zinc-100) / var(--tw-text-opacity));
3021
+ }
3018
3022
  .ups-db .dark\:text-zinc-600:is(.dark *) {
3019
3023
  --tw-text-opacity: 1;
3020
3024
  color: rgb(var(--color-zinc-600) / var(--tw-text-opacity));