fix theme switch

Signed-off-by: dom <githubaccount56556@proton.me>
This commit is contained in:
dom
2026-07-22 22:09:42 +08:00
parent 39240598b0
commit ad85bc432c

View File

@@ -139,7 +139,7 @@ class _ColorSelectPageState extends State<ColorSelectPage> {
padding: padding + const .all(12),
child: Obx(
() => AnimatedHeight(
expand: ctr.dynamicColor.value,
expand: !ctr.dynamicColor.value,
duration: const Duration(milliseconds: 200),
child: Wrap(
alignment: .center,