settings page

This commit is contained in:
nyne
2024-10-11 21:47:50 +08:00
parent f228c7ee17
commit a26e5e20de
21 changed files with 1515 additions and 26 deletions

View File

@@ -60,7 +60,7 @@ class Select extends StatelessWidget {
children: [
Text(current, style: ts.s14),
const SizedBox(width: 8),
const Icon(Icons.arrow_drop_down),
Icon(Icons.arrow_drop_down, color: context.colorScheme.primary),
],
).padding(const EdgeInsets.symmetric(horizontal: 12, vertical: 4)),
),