Loading packages/shop-mobile-expo/src/assets/ts/styles.ts +12 −0 Original line number Diff line number Diff line Loading @@ -88,6 +88,12 @@ export const GLOBAL_STYLE = StyleSheet.create({ bgPrimaryLight: { backgroundColor: CONSTANT_COLOR.primaryLight, }, bgSecondary: { backgroundColor: CONSTANT_COLOR.secondary, }, bgSecondaryLight: { backgroundColor: CONSTANT_COLOR.secondaryLight, }, bgLight: { backgroundColor: CONSTANT_COLOR.light, }, Loading @@ -106,6 +112,12 @@ export const GLOBAL_STYLE = StyleSheet.create({ txtPrimaryLight: { color: CONSTANT_COLOR.primaryLight, }, txtSecondary: { color: CONSTANT_COLOR.secondary, }, txtSecondaryLight: { color: CONSTANT_COLOR.secondaryLight, }, txtSuccess: { color: CONSTANT_COLOR.success, }, Loading Loading
packages/shop-mobile-expo/src/assets/ts/styles.ts +12 −0 Original line number Diff line number Diff line Loading @@ -88,6 +88,12 @@ export const GLOBAL_STYLE = StyleSheet.create({ bgPrimaryLight: { backgroundColor: CONSTANT_COLOR.primaryLight, }, bgSecondary: { backgroundColor: CONSTANT_COLOR.secondary, }, bgSecondaryLight: { backgroundColor: CONSTANT_COLOR.secondaryLight, }, bgLight: { backgroundColor: CONSTANT_COLOR.light, }, Loading @@ -106,6 +112,12 @@ export const GLOBAL_STYLE = StyleSheet.create({ txtPrimaryLight: { color: CONSTANT_COLOR.primaryLight, }, txtSecondary: { color: CONSTANT_COLOR.secondary, }, txtSecondaryLight: { color: CONSTANT_COLOR.secondaryLight, }, txtSuccess: { color: CONSTANT_COLOR.success, }, Loading