mirror of
https://github.com/mosip/inji-wallet.git
synced 2026-01-09 21:48:04 -05:00
fixed button on ios
This commit is contained in:
@@ -10,8 +10,9 @@ import { Theme, Spacing } from './styleUtils';
|
||||
export const Button: React.FC<ButtonProps> = (props) => {
|
||||
const type = props.type || 'solid';
|
||||
const buttonStyle: StyleProp<ViewStyle> = [
|
||||
Theme.ButtonStyles.fill,
|
||||
props.fill ? Theme.ButtonStyles.fill : null,
|
||||
Theme.ButtonStyles[type],
|
||||
{ width: '100%' },
|
||||
];
|
||||
|
||||
const containerStyle: StyleProp<ViewStyle> = [
|
||||
|
||||
Reference in New Issue
Block a user