@inchurch/matcha-theme 22.18.0 → 22.18.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.
@@ -8,7 +8,13 @@
8
8
  @mixin matcha-horizontal-tree-theme($theme) {
9
9
 
10
10
  .svg-line line {
11
- stroke: var(--matcha-color-text-placeholder);
11
+ // Mesma cor que TODOS os outros conectores deste arquivo usam
12
+ // (.the-line-connect-first/-last/etc = --matcha-color-accent). Estava
13
+ // --matcha-color-text-placeholder (cinza), que sempre vencia a classe
14
+ // stroke-primary aplicada pelo consumidor no <line> (.svg-line line e
15
+ // seletor composto, mais especifico que uma unica classe) -- a linha
16
+ // rendia cinza mesmo com a intencao de ser colorida.
17
+ stroke: var(--matcha-color-accent);
12
18
  }
13
19
 
14
20
  .child {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@inchurch/matcha-theme",
3
- "version": "22.18.0",
3
+ "version": "22.18.1",
4
4
  "description": "Themes for matcha-design-system",
5
5
  "main": "main.scss",
6
6
  "scripts": {