Readjust track popup

This commit is contained in:
Lei Nelissen
2022-05-11 22:13:42 +02:00
parent b9016f9ba6
commit b7a5c0267c
2 changed files with 26 additions and 21 deletions

View File

@@ -39,7 +39,7 @@ function generateStyles(scheme: ColorSchemeName) {
backgroundColor: scheme === 'dark' ? '#161616' : '#eee',
},
modal: {
backgroundColor: scheme === 'dark' ? '#22222200' : '#eeeeee00',
backgroundColor: scheme === 'dark' ? '#000' : '#fff',
},
modalInner: {
backgroundColor: scheme === 'dark' ? '#000' : '#fff',