aboutsummaryrefslogtreecommitdiff
path: root/src/lib/components/Window/Window.js
diff options
context:
space:
mode:
authorEug-VS <eug-vs@keemail.me>2020-01-27 12:19:48 +0300
committerEug-VS <eug-vs@keemail.me>2020-01-27 12:19:48 +0300
commit8a75fef7a7b68f82b745f7d73cbafdfb1f444825 (patch)
treeded64ccb0a41ac6907a96519a420dffbb9994b15 /src/lib/components/Window/Window.js
parenta82bd36a02e2396817d64c466f001dcd84734bf1 (diff)
downloadreact-benzin-8a75fef7a7b68f82b745f7d73cbafdfb1f444825.tar.gz
feat: update components
Diffstat (limited to 'src/lib/components/Window/Window.js')
-rw-r--r--src/lib/components/Window/Window.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/components/Window/Window.js b/src/lib/components/Window/Window.js
index 0ba2454..027213f 100644
--- a/src/lib/components/Window/Window.js
+++ b/src/lib/components/Window/Window.js
@@ -8,7 +8,7 @@ import WindowSurface from './WindowSurface/WindowSurface';
const useStyles = makeStyles(theme => ({
header: {
padding: theme.spacing(1, 0, 1, 2),
- background: theme.palette.background.elevation,
+ background: theme.palette.background.elevation2,
},
}));