From 5c12feee71a2831b46b17706757c41c7bd379b27 Mon Sep 17 00:00:00 2001 From: Thiago Carvalho <32248947+thiagocarvalhodev@users.noreply.github.com> Date: Tue, 3 Dec 2024 13:06:42 -0300 Subject: [PATCH] Update profile_card.dart --- lib/components/profile_card.dart | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/components/profile_card.dart b/lib/components/profile_card.dart index ec851e9c4..eb2fa0db2 100644 --- a/lib/components/profile_card.dart +++ b/lib/components/profile_card.dart @@ -573,6 +573,7 @@ class _ProfileCardState extends State { typography: typography, variant: ButtonVariant.outline, maxWidth: maxWidth, + maxHeight: 40, onPressed: () { setState(() { _showProfileCard = !_showProfileCard;