Removed old code

This commit is contained in:
2026-01-12 16:18:13 +01:00
parent 5da1b6eecb
commit 7bdad57cc8

View File

@@ -59,14 +59,6 @@ class SettingsListTile extends StatelessWidget {
color: CustomTheme.primaryColor.withGreen(40),
),
),
/* Container(
padding: const EdgeInsets.all(8),
decoration: BoxDecoration(
color: CustomTheme.primaryColor,
shape: BoxShape.circle,
),
child: Icon(icon, size: 24),
),*/
const SizedBox(width: 16),
Text(title, style: const TextStyle(fontSize: 18)),
],