@mekari/pixel3-theme 0.4.0 → 0.4.1-dev.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/index.js +1 -1
- package/dist/index.mjs +1 -1
- package/package.json +1 -1
- package/src/recipes/tabs.ts +1 -1
package/dist/index.js
CHANGED
|
@@ -2439,7 +2439,7 @@ var tabSelectedBorderRecipe = (0, import_dev17.defineRecipe)({
|
|
|
2439
2439
|
css: {
|
|
2440
2440
|
background: "blue.400",
|
|
2441
2441
|
_groupHover: {
|
|
2442
|
-
background: "
|
|
2442
|
+
background: "blue.400"
|
|
2443
2443
|
},
|
|
2444
2444
|
_nextTheme: {
|
|
2445
2445
|
background: "border.selected",
|
package/dist/index.mjs
CHANGED
package/package.json
CHANGED
package/src/recipes/tabs.ts
CHANGED