mirror of
https://github.com/lollipopkit/flutter_server_box.git
synced 2025-12-17 07:14:28 +01:00
opt.: tag switcher
This commit is contained in:
@@ -94,7 +94,7 @@ class _SnippetListPageState extends State<SnippetListPage> {
|
||||
|
||||
Widget _buildSnippetItem(Snippet snippet) {
|
||||
return CardX(
|
||||
ListTile(
|
||||
child: ListTile(
|
||||
contentPadding: const EdgeInsets.only(left: 23, right: 17),
|
||||
title: Text(
|
||||
snippet.name,
|
||||
|
||||
Reference in New Issue
Block a user