flutter: pickColor: Add space to pick string
This commit is contained in:
parent
fb5fc8f41c
commit
526862e6f8
|
@ -59,7 +59,7 @@ class _PersonalizationSettingsPageState
|
||||||
};
|
};
|
||||||
|
|
||||||
AlertDialog alert = AlertDialog(
|
AlertDialog alert = AlertDialog(
|
||||||
title: Text(S.of(context).pick + colorString),
|
title: Text(S.of(context).pick + " " + colorString),
|
||||||
content: SingleChildScrollView(
|
content: SingleChildScrollView(
|
||||||
child: ColorPicker(
|
child: ColorPicker(
|
||||||
pickerColor: Color(colorStrToVal[colorString]!),
|
pickerColor: Color(colorStrToVal[colorString]!),
|
||||||
|
|
Loading…
Reference in New Issue