Zipline-Android-App/styles/shareIntent.ts
2025-02-08 21:36:49 +01:00

8 lines
153 B
TypeScript

import { StyleSheet } from "react-native";
export const styles = StyleSheet.create({
mainContainer: {
backgroundColor: "#0c101c",
flex: 1,
},
});