mirror of
https://github.com/BlueWallet/BlueWallet.git
synced 2024-11-19 01:40:12 +01:00
Update components/Button.tsx
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
This commit is contained in:
parent
6ac75c6ddc
commit
ad9f900254
@ -41,7 +41,7 @@ export const Button = forwardRef<React.ElementRef<typeof TouchableOpacity>, Butt
|
||||
color: fontColor,
|
||||
};
|
||||
|
||||
const buttonView = !props.showActivityIndicator ? (
|
||||
const buttonView = props.showActivityIndicator ? (
|
||||
<ActivityIndicator size="small" color={textStyle.color} />
|
||||
) : (
|
||||
<>
|
||||
|
Loading…
Reference in New Issue
Block a user