feat(map in info): tweaks to map UI

This commit is contained in:
ashilkn 2024-01-31 15:50:06 +05:30
parent 735ea97249
commit 5ee5915f0d

View file

@ -121,7 +121,7 @@ class _LocationTagsWidgetState extends State<LocationTagsWidget> {
widget.file.location!.latitude!,
widget.file.location!.longitude!,
),
initialZoom: 9 + 1,
initialZoom: 9 + 1.5,
),
),
);
@ -163,7 +163,10 @@ class _LocationTagsWidgetState extends State<LocationTagsWidget> {
),
),
BackdropFilter(
filter: ImageFilter.blur(sigmaX: 2.8, sigmaY: 2.8),
filter: ImageFilter.blur(
sigmaX: 2.8,
sigmaY: 2.8,
),
child: Container(
color: getEnteColorScheme(context)
.backgroundElevated