improvements

ui_ux_rollout_merge_notification_settings
Sikander Saleem 1 month ago
parent e08813bf66
commit 5744e6afbf

@ -20,7 +20,8 @@ class NotificationTabButton extends StatelessWidget {
Widget build(BuildContext context) {
return GestureDetector(
onTap: onTap,
child: Container(
child: AnimatedContainer(
duration: const Duration(milliseconds: 250),
alignment: Alignment.center,
padding: const EdgeInsets.symmetric(horizontal: 6),
decoration: ShapeDecoration(
@ -46,7 +47,7 @@ class NotificationTabButton extends StatelessWidget {
style: AppTextStyles.tinyFont.copyWith(
height: 1,
color: isSelected ? AppColor.primary10 : AppColor.filterButtonTextColor(context),
fontWeight: isSelected ? FontWeight.w600 : FontWeight.w500,
fontWeight: FontWeight.w500,
),
),
),

Loading…
Cancel
Save