mirror of
https://github.com/mosip/inji-wallet.git
synced 2026-01-09 21:48:04 -05:00
chore: add check for Verifiable document store init
other changes: - add Podfile.lock - remove debug logs
This commit is contained in:
@@ -9,7 +9,6 @@ import { Theme, Spacing } from './styleUtils';
|
||||
|
||||
export const Button: React.FC<ButtonProps> = (props) => {
|
||||
const type = props.type || 'solid' || 'radius' || 'gradient';
|
||||
console.log('got button props ', props);
|
||||
const buttonStyle: StyleProp<ViewStyle> = [
|
||||
props.fill ? Theme.ButtonStyles.fill : null,
|
||||
Theme.ButtonStyles[type],
|
||||
|
||||
Reference in New Issue
Block a user