triafly-ui-kit 1.0.74 → 1.0.75

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": "triafly-ui-kit",
3
- "version": "1.0.74",
3
+ "version": "1.0.75",
4
4
  "description": "UI Kit from Triafly",
5
5
  "main": "./dist/main.js",
6
6
  "module": "./dist/main.js",
@@ -218,7 +218,7 @@ html[data-theme="light"] {
218
218
 
219
219
  /* Light Theme - Buttons */
220
220
  --color-button-brandlight-filled-text: var(--light-brand-100);
221
- --color-button-brandlight-filled-bg: var(--light-brand-100);
221
+ --color-button-brandlight-filled-bg: var(--light-brand-20);
222
222
  --color-button-brandlight-filled-hover: var(--light-brand-50);
223
223
  --color-button-brandlight-filled-icon: var(--light-brand-100);
224
224
  }