just a lil more light mode themeing
This commit is contained in:
parent
c573101669
commit
37eaa0fb11
2 changed files with 3 additions and 3 deletions
|
|
@ -123,7 +123,7 @@ const useStyles = makeStyles((theme: Theme) => {
|
|||
borderRadius: "-5px",
|
||||
borderTopLeftRadius: "6px",
|
||||
borderTopRightRadius: "6px",
|
||||
background: theme.palette.background.default
|
||||
background: theme.palette.background.default,
|
||||
// "linear-gradient(rgba(150, 150, 150, 0.3),"
|
||||
// + theme.palette.background.default + " 80%)"
|
||||
// "&:hover": {
|
||||
|
|
|
|||
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue