MVP #141

Merged
flixcoo merged 705 commits from development into main 2026-01-09 12:55:50 +00:00
Showing only changes of commit 1232cb8f0d - Show all commits

View File

@@ -42,8 +42,8 @@ class TextIconListTile extends StatelessWidget {
), ),
if (iconEnabled) if (iconEnabled)
GestureDetector( GestureDetector(
child: const Icon(Icons.add, size: 20),
onTap: onPressed, onTap: onPressed,
child: const Icon(Icons.add, size: 20),
), ),
], ],
), ),