@jjlmoya/utils-converters 1.2.0 → 1.3.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-converters",
3
- "version": "1.2.0",
3
+ "version": "1.3.0",
4
4
  "type": "module",
5
5
  "main": "./src/index.ts",
6
6
  "types": "./src/index.ts",
@@ -67,7 +67,7 @@
67
67
 
68
68
  .upload-btn {
69
69
  background: var(--accent);
70
- color: var(--text-on-accent);
70
+ color: var(--text-on-primary);
71
71
  padding: 0.7rem 1.75rem;
72
72
  border-radius: 50px;
73
73
  font-weight: 600;
@@ -217,7 +217,7 @@
217
217
  /* ── Download button ───────────────────────────────────── */
218
218
  .dl-btn {
219
219
  background: var(--accent);
220
- color: var(--text-on-accent);
220
+ color: var(--text-on-primary);
221
221
  width: 34px;
222
222
  height: 34px;
223
223
  border-radius: 50%;
@@ -220,7 +220,7 @@
220
220
 
221
221
  .copy-btn:hover {
222
222
  background: var(--accent);
223
- color: var(--text-on-accent);
223
+ color: var(--text-on-primary);
224
224
  }
225
225
 
226
226
  .code-wrapper {