fix(mobile): mirror app bar title padding when actions are empty (#1832)

Signed-off-by: Wes <wesbillman@users.noreply.github.com>
Co-authored-by: Brain <21994759fc7a6fa6b965551d35cfd7897d262f2495467f2d78694ddcfa6a5c7e@sprout-oss.stage.blox.sqprod.co>
This commit is contained in:
Wes
2026-07-13 17:21:34 -07:00
committed by GitHub
co-authored by Brain
parent 259a1724d3
commit f3599f2cd4
@@ -87,6 +87,9 @@ class FrostedAppBar extends StatelessWidget {
left: effectiveLeading != null
? 0
: Grid.gutter - Grid.quarter,
right: actions.isEmpty
? Grid.gutter - Grid.quarter
: 0,
),
child: DefaultTextStyle.merge(
style: context.textTheme.titleMedium?.copyWith(