chore: Follow up input bar padding
This commit is contained in:
parent
0436c5c517
commit
68aa2250f2
2 changed files with 2 additions and 6 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue