fix background color not updating for pressable

This commit is contained in:
ammarahm-ed
2020-12-31 12:54:38 +05:00
parent 82603c5ce4
commit 2d9dd51bf8

View File

@@ -63,7 +63,7 @@ export const PressableButton = ({
}, },
customStyle, customStyle,
], ],
[customStyle, noborder, type], [customStyle, noborder, type,colors],
); );
return ( return (