From 5eac386eba1f181e2a39325c2fac8cc33bfedc65 Mon Sep 17 00:00:00 2001 From: zarzet Date: Fri, 2 Jan 2026 18:30:57 +0700 Subject: [PATCH] ui: remove Search Music text, keep only logo --- lib/screens/home_tab.dart | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/lib/screens/home_tab.dart b/lib/screens/home_tab.dart index 508880f..189b4aa 100644 --- a/lib/screens/home_tab.dart +++ b/lib/screens/home_tab.dart @@ -259,21 +259,6 @@ class _HomeTabState extends ConsumerState with AutomaticKeepAliveClient ), child: Icon(Icons.music_note, size: 48, color: colorScheme.primary), ), - const SizedBox(height: 16), - Text( - 'Search Music', - style: Theme.of(context).textTheme.headlineSmall?.copyWith( - fontWeight: FontWeight.bold, - ), - ), - const SizedBox(height: 8), - Text( - 'Paste a Spotify link or search by name', - textAlign: TextAlign.center, - style: Theme.of(context).textTheme.bodyMedium?.copyWith( - color: colorScheme.onSurfaceVariant, - ), - ), ], ), ),