From 21566bc377da497420448dae1a11d59da773a568 Mon Sep 17 00:00:00 2001 From: todayama_r <13657682+Corvus400@users.noreply.github.com> Date: Tue, 3 Sep 2024 02:55:38 +0900 Subject: [PATCH] :wrench: Fix typo. --- .../confsched/profilecard/ProfileCardViewController.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/feature/profilecard/src/iosMain/kotlin/io/github/droidkaigi/confsched/profilecard/ProfileCardViewController.kt b/feature/profilecard/src/iosMain/kotlin/io/github/droidkaigi/confsched/profilecard/ProfileCardViewController.kt index 4bcd8b759..798e8ebaa 100644 --- a/feature/profilecard/src/iosMain/kotlin/io/github/droidkaigi/confsched/profilecard/ProfileCardViewController.kt +++ b/feature/profilecard/src/iosMain/kotlin/io/github/droidkaigi/confsched/profilecard/ProfileCardViewController.kt @@ -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 ), ) }