Skip to content

Commit

Permalink
Fix: Amoled color picker not working on non-english languages
Browse files Browse the repository at this point in the history
  • Loading branch information
g123k committed Jul 28, 2023
1 parent f9b7b9d commit dd3d43f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -328,7 +328,7 @@ class _ChooseAccentColor extends StatelessWidget {
title: appLocalizations.select_accent_color,
leadingBuilder: labels.keys.map(
(String key) => (_) => CircleAvatar(
backgroundColor: getColorValue(labels[key]!),
backgroundColor: getColorValue(key),
radius: SMALL_SPACE,
),
),
Expand Down

0 comments on commit dd3d43f

Please sign in to comment.