diff --git a/lib/pages/setting/pages/color_select.dart b/lib/pages/setting/pages/color_select.dart index b38dfd623..d8e322dfc 100644 --- a/lib/pages/setting/pages/color_select.dart +++ b/lib/pages/setting/pages/color_select.dart @@ -139,7 +139,7 @@ class _ColorSelectPageState extends State { 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,