diff options
| author | Aldrik Ramaekers <aldrik@amftech.nl> | 2022-08-17 15:39:30 +0200 |
|---|---|---|
| committer | Aldrik Ramaekers <aldrik@amftech.nl> | 2022-08-17 15:39:30 +0200 |
| commit | f136438a6c3df6403d5a935c730ea5a66d017ffe (patch) | |
| tree | 44e0b259ed06b4eaf8b007e7a2dd0db894652fc2 /lib/widgets | |
| parent | 8ed1b574e8b5e9fc806aedc87af7aabcf73da6e6 (diff) | |
work
Diffstat (limited to 'lib/widgets')
| -rw-r--r-- | lib/widgets/agenda_week_title.dart | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/widgets/agenda_week_title.dart b/lib/widgets/agenda_week_title.dart index 582b6b8..2c18986 100644 --- a/lib/widgets/agenda_week_title.dart +++ b/lib/widgets/agenda_week_title.dart @@ -28,7 +28,7 @@ class _AgendaWeekTitleState extends State<AgendaWeekTitle> { children: [ this.widget.isCurrentWeek ? Icon(Icons.today) - : Padding(padding: const EdgeInsets.all(0)), + : Padding(padding: const EdgeInsets.all(12)), Center( child: Text( " Week #" + |
