fix: cms colors
This commit is contained in:
parent
a336eb4945
commit
4c07349f9d
1 changed files with 1 additions and 1 deletions
|
|
@ -24,7 +24,7 @@ export const CollapsibleArrow = ({direction, onClick, stroke = 2}: CollapsibleAr
|
||||||
className={style}
|
className={style}
|
||||||
onClick={onClick}
|
onClick={onClick}
|
||||||
>
|
>
|
||||||
<path d="M1 1L5.28326 8.50159C5.6627 9.16614 6.3373 9.16614 6.71674 8.50159L11 1" stroke="#426156"
|
<path d="M1 1L5.28326 8.50159C5.6627 9.16614 6.3373 9.16614 6.71674 8.50159L11 1" stroke="var(--base-color)"
|
||||||
strokeWidth={stroke} />
|
strokeWidth={stroke} />
|
||||||
</svg>
|
</svg>
|
||||||
)
|
)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue