fix: stroke
This commit is contained in:
parent
b7d5258597
commit
3fcde82b6c
1 changed files with 1 additions and 1 deletions
|
|
@ -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,
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue