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