style(device sync): style button

This commit is contained in:
Hristo Nedelkov 2024-03-18 13:13:06 +02:00
parent 632fbe29d2
commit ef7f66b1ed

View File

@ -45,7 +45,7 @@ const DeviceSyncStatus = () => {
<SyncStatusCardConsensus synced={149.5} total={160} />
</YStack>
<Stack style={{ marginTop: '1rem' }}>
<Button>Continue</Button>
<Button disabled>Continue</Button>
</Stack>
</YStack>
</PageWrapperShadow>