@iota-uz/sdk 0.3.0 → 0.3.2

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/tailwind/iota.css CHANGED
@@ -249,6 +249,13 @@
249
249
  --animation-slide-out-left: slide-out-left 500ms var(--ease-3);
250
250
  }
251
251
 
252
+ *,
253
+ ::before,
254
+ ::after,
255
+ ::backdrop {
256
+ border-color: oklch(var(--clr-surface-400));
257
+ }
258
+
252
259
  ::selection {
253
260
  background-color: oklch(var(--primary-600));
254
261
  color: oklch(var(--white));