mirror of
https://github.com/mosip/inji-wallet.git
synced 2026-01-09 21:48:04 -05:00
fix: styles
This commit is contained in:
@@ -48,7 +48,7 @@ export const Button: React.FC<ButtonProps> = (props) => {
|
||||
{props.title}
|
||||
</Text>
|
||||
}
|
||||
style={[buttonStyle, styles.block]}
|
||||
style={[buttonStyle]}
|
||||
icon={props.icon}
|
||||
onPress={handleOnPress}
|
||||
loading={props.loading}
|
||||
|
||||
Reference in New Issue
Block a user