add Button

This commit is contained in:
ammarahm-ed
2020-09-08 23:22:30 +05:00
parent 05d86fd7d6
commit a02c6c502e
4 changed files with 13 additions and 45 deletions

View File

@@ -67,7 +67,7 @@ export const ContainerBottomButton = ({root}) => {
<PressableButton
color={colors.accent}
selectedColor={colors.accent}
onPress={() => {}}>
onPress={containerBottomButton.bottomButtonOnPress}>
<View
style={{
...getElevation(5),