opt theme

Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
bggRGjQaUbCoE
2025-12-17 13:09:15 +08:00
parent b4fb7d14d4
commit 830f3b60e0
5 changed files with 7 additions and 6 deletions

View File

@@ -678,7 +678,7 @@ Widget moduleBlockedItem(
ModuleBlocked moduleBlocked,
double maxWidth,
) {
late final isDarkMode = Get.isDarkMode;
late final isDarkMode = theme.brightness.isDark;
BoxDecoration? bgImg() {
return moduleBlocked.bgImg == null