@sc-360-v2/storefront-cms-library 0.3.77 → 0.3.79

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.
@@ -286,7 +286,8 @@
286
286
  padding: 12px;
287
287
  font-size: 16px;
288
288
  font-weight: 500;
289
- color: #1f2937; // Darker text
289
+ // color: #1f2937; // Darker text
290
+ color: var(--_thm-cs-tt-by-tt);
290
291
  display: flex;
291
292
  align-items: center;
292
293
  gap: 10px;
@@ -297,10 +298,10 @@
297
298
 
298
299
  &:hover {
299
300
  background-color: var(--_primary-25); // Subtle blue
300
- color: var(--_primary-400);
301
+ color: var(--_thm-cs-tt-ls-as);
301
302
 
302
303
  svg path {
303
- stroke: var(--_primary-400);
304
+ stroke: var(--_thm-cs-tt-ls-as);
304
305
  }
305
306
  }
306
307