Commit cae21b35 authored by Lorenzo Trujillo Rojas's avatar Lorenzo Trujillo Rojas
Browse files

Se utilizó el tema en los estios por defecto de la página

parent 93813eec
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
import { StyleSheet } from "react-native"
import { LIGTHT_THEME } from "../constants/theme";

export const pageStyles = StyleSheet.create({
    page_container: {
        flex: 1,
        alignItems: 'center',
        justifyContent: 'center',
        backgroundColor: '#f5f5f5'
        backgroundColor: LIGTHT_THEME.color.background
    }
});
 No newline at end of file