Skip to content

Commit a94497f

Browse files
committed
refactor: adjust font size in ActionLinkTile for improved readability
1 parent 9876664 commit a94497f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

mobile/lib/features/dashboard/presentation/business_settings_sheet.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -550,7 +550,7 @@ class _ActionLinkTile extends StatelessWidget {
550550
Text(
551551
title,
552552
style: const TextStyle(
553-
fontSize: 14.5,
553+
fontSize: 15,
554554
fontWeight: FontWeight.w800,
555555
color: AppColors.ink,
556556
letterSpacing: -0.2,

0 commit comments

Comments
 (0)