1
0
forked from Cutlery/immich
This commit is contained in:
Alex 2024-03-24 14:22:54 -05:00
parent 623fccea32
commit 1bb95c394d
No known key found for this signature in database
GPG Key ID: 53CD082B3A5E1082
2 changed files with 3 additions and 3 deletions

View File

@ -67,7 +67,7 @@ class _MobileLayout extends StatelessWidget {
title: Text(
s.title,
style: const TextStyle(
fontWeight: FontWeight.bold,
fontWeight: FontWeight.w500,
),
).tr(),
leading: Icon(s.icon),

View File

@ -52,7 +52,7 @@ final ThemeData immichLightTheme = ThemeData(
titleTextStyle: TextStyle(
fontFamily: 'BeVietnamPro',
color: Colors.indigo,
fontWeight: FontWeight.bold,
fontWeight: FontWeight.w500,
fontSize: 18,
),
backgroundColor: immichBackgroundColor,
@ -178,7 +178,7 @@ final ThemeData immichDarkTheme = ThemeData(
titleTextStyle: TextStyle(
fontFamily: 'BeVietnamPro',
color: immichDarkThemePrimaryColor,
fontWeight: FontWeight.bold,
fontWeight: FontWeight.w500,
fontSize: 18,
),
backgroundColor: Color.fromARGB(255, 32, 33, 35),