mirror of
https://github.com/Stef-00012/Zipline-Android-App.git
synced 2025-05-13 03:15:59 +02:00
13 lines
275 B
TypeScript
13 lines
275 B
TypeScript
import { StyleSheet } from "react-native";
|
|
|
|
export const styles = StyleSheet.create({
|
|
nonDisplayableFileContainer: {
|
|
justifyContent: "center",
|
|
alignItems: "center",
|
|
},
|
|
nonDisplayableFileText: {
|
|
textAlign: "center",
|
|
paddingHorizontal: 15,
|
|
color: "white",
|
|
},
|
|
});
|