You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(sheet): tint station mini-map sheet header with AppBar theme
The mini-map sheet's custom header was a Padding+Row sitting on the
action sheet's light surface, so it read out of place next to every
viewer-sheet body which inherits the brandDeep AppBar tint. Replace
the custom header with a real AppBar widget so it picks up
AppBarTheme automatically: brandDeep background, white foreground,
elevation. StationCodeBadge goes in the leading slot, station name +
exercise name go in a two-line title Column. The redundant Divider
under the header is dropped since AppBar provides its own
separation.
Files: lib/views/widgets/station_mini_map.dart
0 commit comments