"No topics" and "No notifications" view

This commit is contained in:
Philipp Heckel 2022-02-28 11:52:50 -05:00
parent 0909354a6c
commit 17e5af654b
9 changed files with 494 additions and 11 deletions

View file

@ -12,6 +12,9 @@ const theme = createTheme({
error: {
main: red.A400,
},
body: {
main: '#444',
}
},
});