chore: Follow up input bar padding

This commit is contained in:
Krille 2024-03-28 11:16:38 +01:00
commit 68aa2250f2
No known key found for this signature in database
GPG key ID: E067ECD60F1A0652
2 changed files with 2 additions and 6 deletions

View file

@ -47,7 +47,7 @@ class ConnectionStatusHeaderState extends State<ConnectionStatusHeader> {
curve: FluffyThemes.animationCurve,
height: hide ? 0 : 36,
clipBehavior: Clip.hardEdge,
decoration: BoxDecoration(color: Theme.of(context).colorScheme.surface),
decoration: const BoxDecoration(color: Colors.transparent),
padding: const EdgeInsets.symmetric(horizontal: 12),
child: Row(
mainAxisAlignment: MainAxisAlignment.center,