mirror of
https://github.com/lollipopkit/flutter_server_box.git
synced 2025-12-18 15:54:35 +01:00
fix & opt.: prefer temperature dev
This commit is contained in:
@@ -60,7 +60,7 @@ class _TagEditorState extends State<TagEditor> {
|
||||
child: ListTile(
|
||||
// Align the place of TextField.prefixIcon
|
||||
leading: const Padding(
|
||||
padding: EdgeInsets.only(left: 6),
|
||||
padding: EdgeInsets.only(left: 10),
|
||||
child: Icon(Icons.tag),
|
||||
),
|
||||
title: _buildTags(widget.tags),
|
||||
|
||||
Reference in New Issue
Block a user