fix background color for nord theme (#3124)

This commit is contained in:
Kendall Garner 2024-06-29 22:50:33 +00:00 committed by Joe Stump
parent 2af25d9528
commit 0097404b62
No known key found for this signature in database
GPG Key ID: 29151C3EC48A0EB9

View File

@ -338,6 +338,7 @@ export default {
content: {
padding: '0 !important',
background: '#3B4252',
backgroundColor: 'rgb(59, 66, 82)',
},
root: {
backgroundColor: '#2E3440',