mirror of
https://github.com/twonlyapp/twonly-app.git
synced 2026-01-15 09:28:41 +00:00
increase padding
This commit is contained in:
parent
c786bb55f9
commit
562d9cbb74
1 changed files with 1 additions and 1 deletions
|
|
@ -108,7 +108,7 @@ class _AllReactionsViewState extends State<AllReactionsView> {
|
|||
},
|
||||
child: Container(
|
||||
padding: const EdgeInsets.symmetric(
|
||||
vertical: 5,
|
||||
vertical: 10,
|
||||
horizontal: 30,
|
||||
),
|
||||
color: Colors.transparent,
|
||||
|
|
|
|||
Loading…
Reference in a new issue