mirror of
https://git.selfprivacy.org/kherel/selfprivacy.org.app.git
synced 2025-01-24 09:46:42 +00:00
style: Fix formatting
This commit is contained in:
parent
9a8965f569
commit
999c8346be
|
@ -53,8 +53,7 @@ class _ServicePageState extends State<ServicePage> {
|
||||||
colorFilter: ColorFilter.mode(
|
colorFilter: ColorFilter.mode(
|
||||||
Theme.of(context).colorScheme.onBackground,
|
Theme.of(context).colorScheme.onBackground,
|
||||||
BlendMode.srcIn,
|
BlendMode.srcIn,
|
||||||
)
|
),
|
||||||
// color: Theme.of(context).colorScheme.onBackground,
|
|
||||||
),
|
),
|
||||||
heroTitle: service.displayName,
|
heroTitle: service.displayName,
|
||||||
children: [
|
children: [
|
||||||
|
|
Loading…
Reference in a new issue