We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 68f6aeb commit 68c4b6eCopy full SHA for 68c4b6e
example/src/modules/primitives/DividerScreen.tsx
@@ -44,7 +44,7 @@ export const DividerScreen = () => {
44
New Messages
45
</Tag>
46
}
47
- dividerStyle={tailwind.style(" border-blue-300")}
+ dividerStyle={[tailwind.style("border-dashed border-blue-500")]}
48
/>
49
</Box>
50
<Box style={tailwind.style("h-50 py-4 justify-center")}>
0 commit comments