improve labels
This commit is contained in:
+5
-4
@@ -151,10 +151,11 @@ class FullSearchTermSuggestions extends HookConsumerWidget {
|
|||||||
child: Column(
|
child: Column(
|
||||||
crossAxisAlignment: CrossAxisAlignment.start,
|
crossAxisAlignment: CrossAxisAlignment.start,
|
||||||
children: [
|
children: [
|
||||||
Text(
|
if (domain == null)
|
||||||
'Search Provider',
|
Text(
|
||||||
style: Theme.of(context).textTheme.labelSmall,
|
'Search Provider',
|
||||||
),
|
style: Theme.of(context).textTheme.labelSmall,
|
||||||
|
),
|
||||||
SmartBangSelector(
|
SmartBangSelector(
|
||||||
domain: domain,
|
domain: domain,
|
||||||
searchTextController: searchTextController,
|
searchTextController: searchTextController,
|
||||||
|
|||||||
+2
-2
@@ -169,8 +169,8 @@ class _TabbedBangSelector extends HookConsumerWidget {
|
|||||||
controller: tabController,
|
controller: tabController,
|
||||||
dividerColor: Colors.transparent,
|
dividerColor: Colors.transparent,
|
||||||
tabs: const [
|
tabs: const [
|
||||||
Tab(text: 'Site'),
|
Tab(text: 'Search On This Site'),
|
||||||
Tab(text: 'All'),
|
Tab(text: 'All Providers'),
|
||||||
],
|
],
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
|
|||||||
Reference in New Issue
Block a user