fix & opt.: prefer temperature dev

This commit is contained in:
lollipopkit
2024-04-21 01:04:43 +08:00
parent 23764f8c93
commit a0ea95b1c3
22 changed files with 152 additions and 206 deletions

View File

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