1
1
mirror of https://github.com/Fabio286/antares.git synced 2025-06-05 21:59:22 +02:00

refactor: improved console with light theme

This commit is contained in:
2022-07-18 11:51:49 +02:00
parent c21bd6075c
commit b4d14d98db
4 changed files with 30 additions and 8 deletions

View File

@@ -23,8 +23,8 @@ test('main window elements visibility', async () => {
const visibleSelectors = [
// '#titlebar',
'#window-content',
'#settingbar',
'#footer'
'#settingbar'
// '#footer'
];
for (const selector of visibleSelectors)