fix: stroke

This commit is contained in:
Benno Tielen 2024-12-11 14:29:24 +01:00
parent b7d5258597
commit 3fcde82b6c

View file

@ -8,7 +8,7 @@ type CollapsibleArrowProps = {
} }
export const CollapsibleArrow = ({direction, onClick, stroke}: CollapsibleArrowProps) => { export const CollapsibleArrow = ({direction, onClick, stroke = 2}: CollapsibleArrowProps) => {
const style = classNames({ const style = classNames({
[styles.arrow]: true, [styles.arrow]: true,