TF-4093 Make interface more compact

This commit is contained in:
dab246
2025-10-16 10:00:41 +07:00
committed by Dat H. Pham
parent 804f5e2a02
commit 7d80557582
23 changed files with 373 additions and 272 deletions
@@ -37,9 +37,11 @@ class ReceivedTimeBuilder extends StatelessWidget {
maxLines: 1,
overflow: CommonTextStyle.defaultTextOverFlow,
softWrap: CommonTextStyle.defaultSoftWrap,
style: ThemeUtils.textStyleBodyBody3(color: AppColor.steelGray400).copyWith(
style: ThemeUtils.textStyleInter400.copyWith(
fontSize: 14,
height: 1,
letterSpacing: -0.14
letterSpacing: -0.14,
color: AppColor.gray6D7885,
),
),
);