Signed-off-by: dom <githubaccount56556@proton.me>
This commit is contained in:
dom
2026-04-29 12:47:14 +08:00
parent c7864ff4a3
commit cd26cf6d98
104 changed files with 482 additions and 391 deletions

View File

@@ -260,7 +260,7 @@ class DynamicPanel extends StatelessWidget {
padding: const .symmetric(horizontal: 8, vertical: 6),
decoration: BoxDecoration(
color: theme.colorScheme.secondaryContainer.withValues(
alpha: theme.brightness.isLight ? 0.5 : 0.7,
alpha: theme.isLight ? 0.5 : 0.7,
),
borderRadius: const BorderRadius.all(Radius.circular(6)),
),