sdy

create Theme.js

1 +import defaultProfile from "../imgs/defaultProfile.jpg";
2 +
3 +export default {
4 + bgColor: "white",
5 + shadowFonts: "'Shadows Into Light', cursive",
6 + boxBorder: "1px solid #e6e6e6",
7 + borderRadius: "4px",
8 + defaultProfile: `${defaultProfile}`,
9 +};