@jjlmoya/utils-home 1.37.0 → 1.38.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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jjlmoya/utils-home",
3
- "version": "1.37.0",
3
+ "version": "1.38.0",
4
4
  "type": "module",
5
5
  "main": "./src/index.ts",
6
6
  "types": "./src/index.ts",
@@ -329,8 +329,8 @@
329
329
  gap: 10px;
330
330
  padding: 10px 16px;
331
331
  border-radius: 12px;
332
- background: var(--tile-bg-glow);
333
- border: 1px solid var(--tile-stroke);
332
+ background: var(--bg-surface);
333
+ border: 1px solid var(--border-color);
334
334
  width: 100%;
335
335
  max-width: 320px;
336
336
  }