ordering-ui-react-native 0.22.49 → 0.22.50
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -528,6 +528,8 @@ const BusinessPreorderUI = (props: BusinessPreorderParams) => {
|
|
|
528
528
|
<OButton
|
|
529
529
|
text={t('GO_TO_MENU', 'Go to menu')}
|
|
530
530
|
textStyle={{ color: 'white' }}
|
|
531
|
+
bgColor={theme.colors.primary}
|
|
532
|
+
borderColor={theme.colors.primary}
|
|
531
533
|
style={{ borderRadius: 7.6, marginBottom: 20, marginTop: 30 }}
|
|
532
534
|
onClick={() => handleClickBusiness()}
|
|
533
535
|
isDisabled={isAsap || !(dateSelected && timeSelected)}
|