diff --git a/stillbirth/src/main/kotlin/glass/yasan/stillbirth/component/Button.kt b/stillbirth/src/main/kotlin/glass/yasan/stillbirth/component/Button.kt index aee35ec..2a51572 100644 --- a/stillbirth/src/main/kotlin/glass/yasan/stillbirth/component/Button.kt +++ b/stillbirth/src/main/kotlin/glass/yasan/stillbirth/component/Button.kt @@ -8,7 +8,6 @@ import androidx.compose.ui.Modifier import androidx.compose.ui.graphics.Color import androidx.compose.ui.graphics.RectangleShape import androidx.compose.ui.graphics.Shape -import androidx.compose.ui.unit.Dp import glass.yasan.spine.compose.util.adaptiveContentColor import glass.yasan.stillbirth.theme.StillbirthTheme