increase padding

This commit is contained in:
otsmr 2025-11-03 00:50:57 +01:00
parent c786bb55f9
commit 562d9cbb74

View file

@ -108,7 +108,7 @@ class _AllReactionsViewState extends State<AllReactionsView> {
},
child: Container(
padding: const EdgeInsets.symmetric(
vertical: 5,
vertical: 10,
horizontal: 30,
),
color: Colors.transparent,