@shuriken-ui/tailwind 2.0.0-next.11 → 2.0.0-next.12
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/preset.cjs +1 -1
- package/dist/preset.mjs +1 -1
- package/package.json +1 -1
package/dist/preset.cjs
CHANGED
|
@@ -10271,7 +10271,7 @@ const defaultConfig$q = {
|
|
|
10271
10271
|
dark: "muted-950"
|
|
10272
10272
|
},
|
|
10273
10273
|
border: {
|
|
10274
|
-
light: "muted-
|
|
10274
|
+
light: "muted-200",
|
|
10275
10275
|
dark: "muted-800"
|
|
10276
10276
|
},
|
|
10277
10277
|
font: {
|
package/dist/preset.mjs
CHANGED
|
@@ -10261,7 +10261,7 @@ const defaultConfig$q = {
|
|
|
10261
10261
|
dark: "muted-950"
|
|
10262
10262
|
},
|
|
10263
10263
|
border: {
|
|
10264
|
-
light: "muted-
|
|
10264
|
+
light: "muted-200",
|
|
10265
10265
|
dark: "muted-800"
|
|
10266
10266
|
},
|
|
10267
10267
|
font: {
|