Skip to content

Commit 68c4b6e

Browse files
committed
chore(example-app): ✨ add dashed divider customized component
1 parent 68f6aeb commit 68c4b6e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

example/src/modules/primitives/DividerScreen.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ export const DividerScreen = () => {
4444
New Messages
4545
</Tag>
4646
}
47-
dividerStyle={tailwind.style(" border-blue-300")}
47+
dividerStyle={[tailwind.style("border-dashed border-blue-500")]}
4848
/>
4949
</Box>
5050
<Box style={tailwind.style("h-50 py-4 justify-center")}>

0 commit comments

Comments
 (0)