@mekari/pixel3-theme 0.4.0 → 0.4.1

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 CHANGED
@@ -2439,7 +2439,7 @@ var tabSelectedBorderRecipe = (0, import_dev17.defineRecipe)({
2439
2439
  css: {
2440
2440
  background: "blue.400",
2441
2441
  _groupHover: {
2442
- background: "border.selected"
2442
+ background: "blue.400"
2443
2443
  },
2444
2444
  _nextTheme: {
2445
2445
  background: "border.selected",
package/dist/index.mjs CHANGED
@@ -2413,7 +2413,7 @@ var tabSelectedBorderRecipe = defineRecipe9({
2413
2413
  css: {
2414
2414
  background: "blue.400",
2415
2415
  _groupHover: {
2416
- background: "border.selected"
2416
+ background: "blue.400"
2417
2417
  },
2418
2418
  _nextTheme: {
2419
2419
  background: "border.selected",
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@mekari/pixel3-theme",
3
3
  "description": "Theme for mekari pixel 3",
4
- "version": "0.4.0",
4
+ "version": "0.4.1",
5
5
  "main": "dist/index.js",
6
6
  "license": "MIT",
7
7
  "files": [
@@ -192,7 +192,7 @@ const tabSelectedBorderRecipe = defineRecipe({
192
192
  css: {
193
193
  background: 'blue.400',
194
194
  _groupHover: {
195
- background: 'border.selected'
195
+ background: 'blue.400'
196
196
  },
197
197
  _nextTheme: {
198
198
  background: 'border.selected',