mirror of
https://github.com/movie-web/native-app.git
synced 2025-09-13 16:43:25 +00:00
add loading states to buttons
This commit is contained in:
@@ -95,7 +95,11 @@ export default function Page() {
|
||||
</Paragraph>
|
||||
)}
|
||||
|
||||
<MWButton type="purple" onPress={() => mutation.mutate()}>
|
||||
<MWButton
|
||||
type="purple"
|
||||
onPress={() => mutation.mutate()}
|
||||
isLoading={mutation.isPending}
|
||||
>
|
||||
Create account
|
||||
</MWButton>
|
||||
</MWCard.Footer>
|
||||
|
Reference in New Issue
Block a user