fix: make entire theme item clickable

This commit is contained in:
Benjamin Halko 2023-09-20 20:03:47 -07:00
parent 6f4866ef63
commit e01b323aee
No known key found for this signature in database
GPG Key ID: 790C70040EB331A0

View File

@ -157,6 +157,7 @@ class SUpdateThemeUI extends StatelessWidget {
label: sUpdateTheme.getThemeModeName(),
onPressed: () => { sUpdateTheme.showThemeDialog(context) },
),
onTap: () => { sUpdateTheme.showThemeDialog(context) },
),
FutureBuilder<int>(
future: _settingViewModel.getSdkVersion(),