Skip to content

Commit 1573b9d

Browse files
Rajat ChaudharyRajat Chaudhary
authored andcommitted
fix: accordian
1 parent 704df64 commit 1573b9d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

example/storybook-nativewind/src/extra-components/nativewind/Demos/AccordionDemo.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ const AccordionDemo = () => {
1717
const accRef = React.useRef(null);
1818
return (
1919
<ScrollView contentContainerStyle={{ maxHeight: 50 }}>
20-
<Accordion mt="$5">
20+
<Accordion className="border border-outline-200">
2121
<AccordionItem value="a">
2222
<AccordionHeader>
2323
<AccordionTrigger>

0 commit comments

Comments
 (0)