style: Fix formatting

pull/203/head
Inex Code 2023-02-24 15:15:01 +03:00 committed by Gitea
parent 9a8965f569
commit 999c8346be
2 changed files with 2 additions and 3 deletions

View File

@ -28,7 +28,7 @@ class _RecoveryKeyPageState extends State<RecoveryKeyPage> {
@override
Widget build(final BuildContext context) {
final RecoveryKeyState keyStatus = context.watch<RecoveryKeyCubit>().state;
final List<Widget> widgets;
String? subtitle =
keyStatus.exists ? null : 'recovery_key.key_main_description'.tr();

View File

@ -53,8 +53,7 @@ class _ServicePageState extends State<ServicePage> {
colorFilter: ColorFilter.mode(
Theme.of(context).colorScheme.onBackground,
BlendMode.srcIn,
)
// color: Theme.of(context).colorScheme.onBackground,
),
),
heroTitle: service.displayName,
children: [