app bar and log details page
This commit is contained in:
@@ -26,6 +26,7 @@ abstract final class AppColors {
|
||||
surface: Color(0xFFF0EFF4),
|
||||
onSurface: Color(0xff1a1b21),
|
||||
surfaceContainer: Color(0xfffefbff),
|
||||
surfaceContainerHigh: Color(0xFFE0E1EA),
|
||||
surfaceContainerHighest: Color(0xffe0e2ef),
|
||||
onSurfaceVariant: Color(0xff444651),
|
||||
outline: Color(0xff747782),
|
||||
@@ -59,6 +60,7 @@ abstract final class AppColors {
|
||||
surface: Color(0xFF15181C),
|
||||
onSurface: Color(0xffe2e2e9),
|
||||
surfaceContainer: Color(0xff1a1e22),
|
||||
surfaceContainerHigh: Color(0xFF2C3138),
|
||||
surfaceContainerHighest: Color(0xff424852),
|
||||
onSurfaceVariant: Color(0xffc2c6d2),
|
||||
outline: Color(0xff8c919c),
|
||||
|
||||
@@ -64,6 +64,7 @@ enum AppTheme {
|
||||
closeButtonIconBuilder: (_) => Icon(Symbols.close_rounded),
|
||||
),
|
||||
appBarTheme: AppBarTheme(
|
||||
backgroundColor: color.surfaceContainerLowest,
|
||||
iconTheme: IconThemeData(size: 22, color: color.onSurface),
|
||||
titleTextStyle:
|
||||
AppTypography.titleLarge.copyWith(color: color.onSurface),
|
||||
|
||||
Reference in New Issue
Block a user