File tree Expand file tree Collapse file tree
core/src/commonMain/kotlin/ua/syt0r/kanji/presentation/common/ui Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11package ua.syt0r.kanji.presentation.common.ui
22
33import androidx.compose.foundation.clickable
4+ import androidx.compose.foundation.layout.Arrangement
45import androidx.compose.foundation.layout.Column
5- import androidx.compose.foundation.layout.IntrinsicSize
66import androidx.compose.foundation.layout.fillMaxSize
77import androidx.compose.foundation.layout.fillMaxWidth
8- import androidx.compose.foundation.layout.width
98import androidx.compose.foundation.layout.wrapContentSize
109import androidx.compose.foundation.text.BasicText
1110import androidx.compose.foundation.text.InlineTextContent
@@ -156,7 +155,9 @@ private fun DefaultInlineFurigana(
156155 annotationTextStyle : TextStyle
157156) {
158157 Column (
159- modifier = Modifier .width(IntrinsicSize .Min )
158+ modifier = Modifier .fillMaxSize(),
159+ horizontalAlignment = Alignment .CenterHorizontally ,
160+ verticalArrangement = Arrangement .Bottom
160161 ) {
161162 Text (
162163 text = annotation,
You can’t perform that action at this time.
0 commit comments