WIP: Neues Popup Design #152

Draft
sneeex wants to merge 5 commits from feature/129-neues-popup-design into development
Showing only changes of commit 3ceae8341b - Show all commits

View File

@@ -99,7 +99,7 @@ class _SettingsViewState extends State<SettingsView> {
actions: [
TextButton(
onPressed: () => Navigator.of(context).pop(false),
child: Text(loc.cancel, style: TextStyle(color: CustomTheme.textColor),),
child: Text(loc.cancel, style: const TextStyle(color: CustomTheme.textColor),),
),
TextButton(
onPressed: () => Navigator.of(context).pop(true),