chore: Adjust search field design
This commit is contained in:
parent
eb5215c81a
commit
54cd2af6dc
1 changed files with 5 additions and 0 deletions
|
|
@ -520,6 +520,11 @@ class _SpaceViewState extends State<SpaceView> {
|
|||
textInputAction: TextInputAction.search,
|
||||
decoration: InputDecoration(
|
||||
filled: true,
|
||||
fillColor: theme.colorScheme.secondaryContainer,
|
||||
border: OutlineInputBorder(
|
||||
borderSide: BorderSide.none,
|
||||
borderRadius: BorderRadius.circular(99),
|
||||
),
|
||||
contentPadding: EdgeInsets.zero,
|
||||
hintText: L10n.of(context).search,
|
||||
hintStyle: TextStyle(
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue