feat(settings): Add light mode support to buttons in settings menu

This commit is contained in:
sethburkart123
2024-09-09 12:12:46 +10:00
parent bff4a2abf4
commit 38ddcbf5ca
5 changed files with 14 additions and 30 deletions
+1 -1
View File
@@ -17,7 +17,7 @@ export async function AddBetterSEQTAElements() {
handleStudentData();
createNewsButton();
setupEventListeners();
appendBackgroundToUI();
await appendBackgroundToUI();
await addDarkLightToggle();
customizeMenuToggle();
}