flutter: pickColor: Add space to pick string

This commit is contained in:
Calcitem 2021-05-02 13:17:56 +08:00
parent fb5fc8f41c
commit 526862e6f8
1 changed files with 1 additions and 1 deletions

View File

@ -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]!),