Sets default button type to small and moves action names to config file
This commit is contained in:
@@ -26,6 +26,10 @@ Button.propTypes = {
|
||||
testID: PropTypes.string
|
||||
}
|
||||
|
||||
Button.defaultProps = {
|
||||
isSmall: true
|
||||
}
|
||||
|
||||
const text = {
|
||||
padding: Spacing.base,
|
||||
textTransform: 'uppercase'
|
||||
|
||||
Reference in New Issue
Block a user