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

Se cambió el color por defecto del fondo

parent e72848e3
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -19,7 +19,7 @@ export const LIGTHT_THEME: Theme = {
        primary: "rgb(235, 73, 161)",
        secondary: "gray",
        terciary: "#f0f0f0",
        background: "rgb(245, 225, 236)",
        background: "#f5f5f5",
        white: "white",
        black: "black",
    },