Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
UI: Add horizontal padding to alert heading text (#413)
### TL;DR Added horizontal padding to alert heading text ### What changed? Modified the padding modifier for the alert heading text from `start = 12.dp` to `horizontal = 12.dp`, which adds padding to both left and right sides of the text. ### How to test? 1. Navigate to any screen displaying service alerts 2. Verify that alert headings have equal padding on both left and right sides 3. Ensure text remains properly aligned within the alert container ### Why make this change? To improve visual consistency and readability of alert headings by maintaining equal spacing on both sides of the text, rather than just the left side.
- Loading branch information