- {sections
- .filter((s) => s.items.length > 0)
- .map((s) => (
-
-
{s.title}
-
- {s.items.map((it) => (
- -
-
-
- ))}
-
-
- ))}
-
- );
-}
diff --git a/src/tokens/colors.css b/src/tokens/colors.css
index 6af14f1d..19c89ceb 100644
--- a/src/tokens/colors.css
+++ b/src/tokens/colors.css
@@ -83,4 +83,11 @@
/* 底部弹层 drag handle */
--color-auth-drag-handle: #3a3a3a;
+
+ /* Settings section (对齐 Flutter lib/ui/core/settings_section.dart) */
+ --color-settings-card-background: #ffffff;
+ --color-settings-row-background: #f5f5f5;
+ --color-settings-divider: #3d314a;
+ --color-chevron-icon: #000000;
+ --color-destructive: #ff6b6b;
}