Commit 46e5dadf authored by Neosoulink's avatar Neosoulink
Browse files

fix: add missing styles

parent cd195770
Loading
Loading
Loading
Loading
+12 −0
Original line number Diff line number Diff line
@@ -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,
	},
@@ -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,
	},