mirror of
https://dev.azure.com/tstanciu94/Packages/_git/standard-cv
synced 2025-08-10 18:32:25 +03:00
13 lines
206 B
JavaScript
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;
|