feat: Update typography styles and improve layout in coverage components

This commit is contained in:
Achintha Isuru
2026-03-10 12:07:36 -04:00
parent 94cdf7c486
commit 825cffbc33
4 changed files with 44 additions and 49 deletions

View File

@@ -322,7 +322,7 @@ class UiTypography {
/// Body 1 Medium - Font: Instrument Sans, Size: 16, Height: 1.5 (#121826)
static final TextStyle body1m = _primaryBase.copyWith(
fontWeight: FontWeight.w500,
fontWeight: FontWeight.w600,
fontSize: 16,
height: 1.5,
letterSpacing: -0.025,