Skip to content

Commit

Permalink
🔧 Fix typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
Corvus400 committed Sep 2, 2024
1 parent 788bbaa commit 21566bc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ fun profileCardViewController(
},
// FIXME This is a workaround. For permanent support, we will get the inset value etc. from the iOS side and respond.
contentPadding = PaddingValues(
bottom = 30.dp, // Hight of bottom tab bar
bottom = 30.dp, // Height of bottom tab bar
),
)
}
Expand Down

0 comments on commit 21566bc

Please sign in to comment.