Skip to content

Commit

Permalink
fix: close #403
Browse files Browse the repository at this point in the history
  • Loading branch information
lucien144 committed Jun 27, 2023
1 parent acde45f commit db5342a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/components/WhatsNew.dart
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ class WhatsNew extends StatelessWidget {
title: 'Opravy a drobná vylepšení.',
description:
'Nehlasovat v anketě, neresetovat hodnocení při změně palečků, krátký spoiler, ikona přečteno v pošte, odpověď na inzerát a další...'),
CupertinoButton(child: Text('Pokračovat'), onPressed: () => Navigator.of(context).pop(), color: colors.primary)
CupertinoButton(child: Text('Pokračovat', style: TextStyle(color: colors.background),), onPressed: () => Navigator.of(context).pop(), color: colors.primary)
]);
}
}

0 comments on commit db5342a

Please sign in to comment.