update theme selection

This commit is contained in:
Phuoc Nguyen
2025-12-01 11:31:26 +07:00
parent 4ecb236532
commit 250c453413
18 changed files with 1351 additions and 304 deletions

View File

@@ -166,6 +166,14 @@ class AccountPage extends ConsumerWidget {
_showComingSoon(context);
},
),
AccountMenuItem(
icon: FontAwesomeIcons.palette,
title: 'Giao diện',
subtitle: 'Màu sắc và chế độ hiển thị',
onTap: () {
context.push(RouteNames.themeSettings);
},
),
],
),
);