Merge pull request #2980 from pangeachat/details-button-center

Decrease padding on mini buttons to fix centering
This commit is contained in:
ggurdin 2025-06-09 12:31:06 -04:00 committed by GitHub
commit 4ae3b6b6d5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -624,7 +624,7 @@ class RoomDetailsButton extends StatelessWidget {
: Colors.transparent,
borderRadius: BorderRadius.circular(8),
),
padding: const EdgeInsets.all(12.0),
padding: EdgeInsets.all(mini ? 6 : 12.0),
child: mini
? buttonDetails.icon
: Column(