mirror of
https://github.com/selfxyz/self.git
synced 2026-01-23 05:28:02 -05:00
change color button
This commit is contained in:
@@ -79,7 +79,7 @@ const ProveScreen = ({
|
||||
onChangeText={setAddress}
|
||||
/>
|
||||
|
||||
<Button borderRadius={100} onPress={handleProve} mt="$6" backgroundColor="#cececece" >
|
||||
<Button borderRadius={100} onPress={handleProve} mt="$6" backgroundColor="#3185FC" >
|
||||
{generatingProof ? (
|
||||
<XStack ai="center">
|
||||
<Spinner />
|
||||
|
||||
Reference in New Issue
Block a user