chore: Adjust search field design

This commit is contained in:
Christian Kußowski 2026-01-29 19:05:24 +01:00
parent eb5215c81a
commit 54cd2af6dc
No known key found for this signature in database
GPG key ID: E067ECD60F1A0652

View file

@ -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(