feat: language page

This commit is contained in:
efrilm
2025-08-13 00:15:53 +07:00
parent 644531500d
commit e13aeefa1c
6 changed files with 256 additions and 45 deletions
+3 -2
View File
@@ -58,8 +58,9 @@ class ThemeApp {
appBarTheme: AppBarTheme(
backgroundColor: AppColor.primary,
elevation: 1,
titleTextStyle: AppStyle.lg.copyWith(
fontWeight: FontWeight.w600,
titleTextStyle: AppStyle.xl.copyWith(
fontWeight: FontWeight.w700,
letterSpacing: -0.5,
color: AppColor.white,
),
),