Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix AppBar padding and alignment issues (#1482)
AppBar was missing a start padding that caused it to extend to the edge of the screen on Compact size classes. Updated the SearchBar component usage away from the deprecated method version as an internal usage of Modifier.fillMaxWidth in the deprecated method was now causing the AppBar to always fill max width on all Window Size Classes (vs the intended end-aligned smaller version in non-Compact) Phone - after ![jetcaster_phone_after](https://github.com/user-attachments/assets/8a1532d4-3d33-40ca-bbf4-1de1d55a1b2f) Phone - before ![jetcaster_phone_before](https://github.com/user-attachments/assets/4f8fd12f-87a8-4aa5-b641-3dbd80024dd8) Tablet - after ![jetcaster_tablet_after](https://github.com/user-attachments/assets/825a2a02-2d41-4580-a793-e3e38e08662a) Tablet - before ![jetcaster_tablet_before](https://github.com/user-attachments/assets/49fbe610-13c9-4791-bc1f-9644cd5bebcc)
- Loading branch information