TP-62888 | Feature | Market benefit comparison (#10870)

This commit is contained in:
Kshitij Pramod Ghongadi
2024-06-11 23:24:34 +05:30
committed by GitHub
parent a9630e73f8
commit 68d20a76c6
40 changed files with 888 additions and 126 deletions

View File

@@ -3,13 +3,14 @@ import { StyleSheet } from "react-native";
const styles = StyleSheet.create({
footerButtonContainer: {
backgroundColor: "#1F002A",
paddingVertical: 16,
borderRadius: 4,
justifyContent: "center",
alignItems: "center",
},
loaderLottieStyle: {
width: 30,
width: 26,
height: 22,
resizeMode: "contain",
alignSelf: "center",
},
});