fix: cms colors

This commit is contained in:
Benno Tielen 2026-03-09 15:45:21 +01:00
parent a336eb4945
commit 4c07349f9d

View file

@ -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>
) )