updated labels

This commit is contained in:
Deep Koluguri 2025-11-05 23:51:12 -05:00
parent 703fd1f461
commit 8288e3d8aa
2 changed files with 2 additions and 2 deletions

View File

@ -106,7 +106,7 @@ class WhatsAppHelper {
return `🎰 *Lucky Draw Results* 🎰\n\n` + return `🎰 *Lucky Draw Results* 🎰\n\n` +
`🏦 Group: *${group.name}*\n` + `🏦 Group: *${group.name}*\n` +
`📅 Month: ${month}\n` + `📅 Month: ${month}\n` +
`👥 Participants: ${totalMembers}\n\n` + `👥 Members: ${totalMembers}\n\n` +
`🎉 *WINNER ANNOUNCEMENT* 🎉\n\n` + `🎉 *WINNER ANNOUNCEMENT* 🎉\n\n` +
`👤 Winner: *${winner.full_name}*\n` + `👤 Winner: *${winner.full_name}*\n` +
`💰 Prize Amount: *${formattedPrize}*\n\n` + `💰 Prize Amount: *${formattedPrize}*\n\n` +

View File

@ -262,7 +262,7 @@ class _CreateGroupPageState extends State<CreateGroupPage> {
// Max Members // Max Members
Text( Text(
'Max Participants', 'Max Members',
style: TextStyle( style: TextStyle(
fontSize: 16.sp, fontSize: 16.sp,
fontWeight: FontWeight.w600, fontWeight: FontWeight.w600,