mirror of
https://github.com/mosip/inji-wallet.git
synced 2026-01-09 21:48:04 -05:00
Created settings screen
This commit is contained in:
@@ -60,7 +60,12 @@ export const Button: React.FC<ButtonProps> = (props) => {
|
||||
colors={['#F59B4B', '#E86E04']}
|
||||
style={
|
||||
props.isVcThere
|
||||
? { width: '30%', borderRadius: 10, alignSelf: 'center' }
|
||||
? {
|
||||
width: '30%',
|
||||
borderRadius: 10,
|
||||
alignSelf: 'center',
|
||||
alignItems: 'center',
|
||||
}
|
||||
: Theme.ButtonStyles.gradientButton
|
||||
}
|
||||
useAngle={true}
|
||||
|
||||
Reference in New Issue
Block a user