improve labels
This commit is contained in:
+1
@@ -151,6 +151,7 @@ class FullSearchTermSuggestions extends HookConsumerWidget {
|
|||||||
child: Column(
|
child: Column(
|
||||||
crossAxisAlignment: CrossAxisAlignment.start,
|
crossAxisAlignment: CrossAxisAlignment.start,
|
||||||
children: [
|
children: [
|
||||||
|
if (domain == null)
|
||||||
Text(
|
Text(
|
||||||
'Search Provider',
|
'Search Provider',
|
||||||
style: Theme.of(context).textTheme.labelSmall,
|
style: Theme.of(context).textTheme.labelSmall,
|
||||||
|
|||||||
+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