Skip to content

Commit 5707db4

Browse files
committed
Update to 10.1.0.GA
1 parent a87c514 commit 5707db4

File tree

5 files changed

+435
-1680
lines changed

5 files changed

+435
-1680
lines changed

app/views/examples/register.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<Button class="w-screen h-10 mt-4 text-base text-white bg-gray-800 rounded-md">Login</Button>
1313

1414
<View class="w-screen mt-2 horizontal">
15-
<View class="w-1/2 mx-0 horizontal" onClick="changeActive">
15+
<View class="w-1/2 mx-0 horizontal" android:onClick="changeActive" ios:onSingletap="changeActive">
1616
<Button class="w-6 text-gray-800 far fa-check-square fa-square" id="rememberMe" active='false' />
1717
<Button class="ml-0 text-sm text-gray-800">Remember me</Button>
1818
</View>

0 commit comments

Comments
 (0)