Skip to content

Commit 39ca9a2

Browse files
author
crstnmac
committed
refactor(text-area): 🐛 add space between focus buttons
1 parent f9dceac commit 39ca9a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

example/src/modules/forms/TextAreaScreen.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ export const TextAreaScreen = () => {
9999
<Box style={tailwind.style("flex-row justify-center py-2")}>
100100
<Button onPress={() => ref.current.focus()}>Focus in</Button>
101101
<Button
102-
style={tailwind.style("mr-2")}
102+
style={tailwind.style("ml-2")}
103103
onPress={() => ref.current.blur()}
104104
>
105105
Focus out

0 commit comments

Comments
 (0)