@una-ui/preset-edge 0.46.0-29047916.bf638c4 → 0.46.0-29052539.978f7d3

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.
Files changed (2) hide show
  1. package/package.json +1 -1
  2. package/una.css +1 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@una-ui/preset-edge",
3
- "version": "0.46.0-29047916.bf638c4",
3
+ "version": "0.46.0-29052539.978f7d3",
4
4
  "description": "The default preset for @una-ui",
5
5
  "author": "Phojie Rengel <phojrengel@gmail.com>",
6
6
  "license": "MIT",
package/una.css CHANGED
@@ -121,8 +121,7 @@
121
121
 
122
122
  html {
123
123
  font-size: var(--una-font-size, 16px);
124
- background-color: var(--c-background);
125
- color: var(--c-foreground);
124
+ @apply font-sans antialiased text-foreground bg-background;
126
125
  }
127
126
 
128
127
  html.dark {