Skip to content

Commit

Permalink
feat: Improve consistency on language selector
Browse files Browse the repository at this point in the history
  • Loading branch information
validcube committed Feb 15, 2024
1 parent e0c750d commit b2119ce
Showing 1 changed file with 0 additions and 1 deletion.
Expand Up @@ -46,7 +46,6 @@ class SUpdateLanguage extends BaseViewModel {
builder: (context) => AlertDialog(
title: Text(t.settingsView.languageLabel),
icon: const Icon(Icons.language),
backgroundColor: Theme.of(context).colorScheme.secondaryContainer,
contentPadding: EdgeInsets.zero,
content: ValueListenableBuilder(
valueListenable: selectedLanguageCode,
Expand Down

0 comments on commit b2119ce

Please sign in to comment.