mirror of
https://github.com/twonlyapp/twonly-app.git
synced 2026-01-15 11:18: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(
|
child: Container(
|
||||||
padding: const EdgeInsets.symmetric(
|
padding: const EdgeInsets.symmetric(
|
||||||
vertical: 5,
|
vertical: 10,
|
||||||
horizontal: 30,
|
horizontal: 30,
|
||||||
),
|
),
|
||||||
color: Colors.transparent,
|
color: Colors.transparent,
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue