feat(dialogs): Redesign Video Quality dialog & change dialog background color

This commit is contained in:
Vlad Piersec
2021-10-08 11:05:16 +03:00
committed by vp8x8
parent bad8911fe8
commit 1ad8f77179
16 changed files with 411 additions and 253 deletions

View File

@@ -9,5 +9,11 @@ export default createWebTheme({
colorMap,
spacing,
shape,
typography
typography,
breakpoints: {
values: {
'0': 0,
'480': 480
}
}
});