Merge branch 'develop' into feature-timetableNamingSetting

This commit is contained in:
Elias Müller 2025-01-24 22:26:52 +00:00
commit 2d3ccd25b4
2 changed files with 1 additions and 1 deletions
assets/img
lib/view/pages/more/feedback

Binary file not shown.

Before

(image error) Size: 108 KiB

After

(image error) Size: 101 KiB

@ -70,7 +70,7 @@ class _FeedbackDialogState extends State<FeedbackDialog> {
decoration: InputDecoration( decoration: InputDecoration(
border: const OutlineInputBorder(), border: const OutlineInputBorder(),
label: const Text('Feedback und Verbesserungen'), label: const Text('Feedback und Verbesserungen'),
errorText: _textFieldEmpty ? 'Bitte gib eine Beschreibung an???' : null, errorText: _textFieldEmpty ? 'Bitte gib eine Beschreibung an!' : null,
), ),
minLines: 4, minLines: 4,
maxLines: 7, maxLines: 7,