Skip to content

Commit

Permalink
fix: padding on content != zero
Browse files Browse the repository at this point in the history
  • Loading branch information
validcube committed Nov 11, 2023
1 parent 8960cf3 commit ecfc39d
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ class SUpdateLanguage extends BaseViewModel {
builder: (context) => AlertDialog(
title: Text(t.settingsView.languageLabel),
backgroundColor: Theme.of(context).colorScheme.secondaryContainer,
contentPadding: EdgeInsets.zero,
content: SingleChildScrollView(
child: ListBody(
children: AppLocale.values.map(
Expand Down

0 comments on commit ecfc39d

Please sign in to comment.