Refactor chat style and other stuff

This commit is contained in:
Nicola Benaglia
2025-04-18 20:12:48 +02:00
parent 22326411a0
commit 3a302cf5b2
10 changed files with 377 additions and 341 deletions

View File

@@ -15,7 +15,7 @@ const darkThemeOptions: ThemeOptions = {
},
background: {
default: 'rgb(49, 51, 56)',
paper: 'rgb(46, 46, 49)',
paper: 'rgb(96, 96, 97)',
},
text: {
primary: 'rgb(255, 255, 255)',