You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Switch MainButton to use Margin not Padding, and fix shadow prop warning (#212)
* Switch MainButton to use Margin not Padding
Switch from `paddingHorizontal` to `marginHorizontal`
* Move Shadow Props to different View
Currently the shadow is rendered on an item without a background color, which causes a warning.
This commit moves the shadow props to the same View that contains the backgroundColor, thus removing the warning.
Makes no difference to usage/appearance.
0 commit comments