just a lil more light mode themeing

This commit is contained in:
Carter 2025-03-24 12:25:26 -06:00
parent c573101669
commit 37eaa0fb11
2 changed files with 3 additions and 3 deletions

View file

@ -13,8 +13,8 @@ export function CreateTheme(themeType: "light" | "dark"): Theme {
function generateBackgroundShades(themeType: "light" | "dark") {
if(themeType==="light") return ({
default: "#f2f2f2",
paper: "#fafafa"
default: "#e2e2e2",
paper: "#fafafa",
})
return {