chore: Adjust paddings

This commit is contained in:
krille-chan 2026-03-03 17:11:09 +01:00
parent 1a8a5c6187
commit 95aca9f9d7
No known key found for this signature in database
2 changed files with 2 additions and 2 deletions

View file

@ -129,7 +129,7 @@ class ChatInputRow extends StatelessWidget {
: const SizedBox.shrink(),
]
: <Widget>[
const SizedBox(width: 4),
const SizedBox(width: 8),
AnimatedContainer(
duration: FluffyThemes.animationDuration,
curve: FluffyThemes.animationCurve,

View file

@ -26,7 +26,7 @@ class RecordingInputRow extends StatelessWidget {
crossAxisAlignment: .center,
mainAxisAlignment: .spaceBetween,
children: [
const SizedBox(width: 4),
const SizedBox(width: 8),
Container(
alignment: .center,
width: 48,