Skip to content

Commit

Permalink
Update profile_card.dart
Browse files Browse the repository at this point in the history
  • Loading branch information
thiagocarvalhodev committed Dec 3, 2024
1 parent a191a8e commit 5c12fee
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/components/profile_card.dart
Original file line number Diff line number Diff line change
Expand Up @@ -573,6 +573,7 @@ class _ProfileCardState extends State<ProfileCard> {
typography: typography,
variant: ButtonVariant.outline,
maxWidth: maxWidth,
maxHeight: 40,
onPressed: () {
setState(() {
_showProfileCard = !_showProfileCard;
Expand Down

0 comments on commit 5c12fee

Please sign in to comment.