feat:增加主题色存储本地的功能
This commit is contained in:
@@ -79,6 +79,7 @@ class _FlispFormState extends State<FlispForm> {
|
||||
},
|
||||
decoration: InputDecoration(
|
||||
hintText: '记录你的灵感瞬间...',
|
||||
hintStyle: TextStyle(color: Colors.grey),
|
||||
counterText: '',
|
||||
suffixText: '${provider.formItem.content.length}/$maxContentCount',
|
||||
border: OutlineInputBorder(
|
||||
|
||||
Reference in New Issue
Block a user