adjust padding
This commit is contained in:
parent
e2c171adec
commit
fd9c61ea09
38 changed files with 5134 additions and 1 deletions
|
|
@ -65,7 +65,6 @@ final class const EmojiPicker({
|
|||
);
|
||||
|
||||
return Column(
|
||||
spacing: 4,
|
||||
children: [
|
||||
SearchBar(
|
||||
hintText: "Search emoji",
|
||||
|
|
@ -81,6 +80,7 @@ final class const EmojiPicker({
|
|||
),
|
||||
],
|
||||
),
|
||||
SizedBox(height: 8),
|
||||
SizedBox(
|
||||
height: 48,
|
||||
child: Scrollbar(
|
||||
|
|
|
|||
Loading…
Reference in a new issue