2022-09-07 19:34:36 +03:00

13 lines
206 B
JavaScript

const theme = {
colors: {
primary: "#f29e95",
secondary: "#f1948a",
text: "#3d3d3f",
border: "#ddd",
background: "#fff",
shadow: "rgba(0, 0, 0, 0.1)"
}
};
export default theme;