forked from Cutlery/immich
styling
This commit is contained in:
parent
623fccea32
commit
1bb95c394d
@ -67,7 +67,7 @@ class _MobileLayout extends StatelessWidget {
|
|||||||
title: Text(
|
title: Text(
|
||||||
s.title,
|
s.title,
|
||||||
style: const TextStyle(
|
style: const TextStyle(
|
||||||
fontWeight: FontWeight.bold,
|
fontWeight: FontWeight.w500,
|
||||||
),
|
),
|
||||||
).tr(),
|
).tr(),
|
||||||
leading: Icon(s.icon),
|
leading: Icon(s.icon),
|
||||||
|
@ -52,7 +52,7 @@ final ThemeData immichLightTheme = ThemeData(
|
|||||||
titleTextStyle: TextStyle(
|
titleTextStyle: TextStyle(
|
||||||
fontFamily: 'BeVietnamPro',
|
fontFamily: 'BeVietnamPro',
|
||||||
color: Colors.indigo,
|
color: Colors.indigo,
|
||||||
fontWeight: FontWeight.bold,
|
fontWeight: FontWeight.w500,
|
||||||
fontSize: 18,
|
fontSize: 18,
|
||||||
),
|
),
|
||||||
backgroundColor: immichBackgroundColor,
|
backgroundColor: immichBackgroundColor,
|
||||||
@ -178,7 +178,7 @@ final ThemeData immichDarkTheme = ThemeData(
|
|||||||
titleTextStyle: TextStyle(
|
titleTextStyle: TextStyle(
|
||||||
fontFamily: 'BeVietnamPro',
|
fontFamily: 'BeVietnamPro',
|
||||||
color: immichDarkThemePrimaryColor,
|
color: immichDarkThemePrimaryColor,
|
||||||
fontWeight: FontWeight.bold,
|
fontWeight: FontWeight.w500,
|
||||||
fontSize: 18,
|
fontSize: 18,
|
||||||
),
|
),
|
||||||
backgroundColor: Color.fromARGB(255, 32, 33, 35),
|
backgroundColor: Color.fromARGB(255, 32, 33, 35),
|
||||||
|
Loading…
x
Reference in New Issue
Block a user