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 f9dceac commit 39ca9a2Copy full SHA for 39ca9a2
example/src/modules/forms/TextAreaScreen.tsx
@@ -99,7 +99,7 @@ export const TextAreaScreen = () => {
99
<Box style={tailwind.style("flex-row justify-center py-2")}>
100
<Button onPress={() => ref.current.focus()}>Focus in</Button>
101
<Button
102
- style={tailwind.style("mr-2")}
+ style={tailwind.style("ml-2")}
103
onPress={() => ref.current.blur()}
104
>
105
Focus out
0 commit comments