chore: Adjust paddings
This commit is contained in:
parent
1a8a5c6187
commit
95aca9f9d7
2 changed files with 2 additions and 2 deletions
|
|
@ -129,7 +129,7 @@ class ChatInputRow extends StatelessWidget {
|
||||||
: const SizedBox.shrink(),
|
: const SizedBox.shrink(),
|
||||||
]
|
]
|
||||||
: <Widget>[
|
: <Widget>[
|
||||||
const SizedBox(width: 4),
|
const SizedBox(width: 8),
|
||||||
AnimatedContainer(
|
AnimatedContainer(
|
||||||
duration: FluffyThemes.animationDuration,
|
duration: FluffyThemes.animationDuration,
|
||||||
curve: FluffyThemes.animationCurve,
|
curve: FluffyThemes.animationCurve,
|
||||||
|
|
|
||||||
|
|
@ -26,7 +26,7 @@ class RecordingInputRow extends StatelessWidget {
|
||||||
crossAxisAlignment: .center,
|
crossAxisAlignment: .center,
|
||||||
mainAxisAlignment: .spaceBetween,
|
mainAxisAlignment: .spaceBetween,
|
||||||
children: [
|
children: [
|
||||||
const SizedBox(width: 4),
|
const SizedBox(width: 8),
|
||||||
Container(
|
Container(
|
||||||
alignment: .center,
|
alignment: .center,
|
||||||
width: 48,
|
width: 48,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue