mirror of
https://git.selfprivacy.org/kherel/selfprivacy.org.app.git
synced 2025-01-08 00:51:20 +00:00
style: Fix formatting
This commit is contained in:
parent
9a8965f569
commit
999c8346be
|
@ -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();
|
||||
|
|
|
@ -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: [
|
||||
|
|
Loading…
Reference in a new issue