Hi, I've got an issue in a Compose Multiplatform p...
# compose
l
Hi, I've got an issue in a Compose Multiplatform project, though the issue is related to component in CommonMain, so rather relative to Jetpack Compose itself. I've designed a chess board with coordinates around the cells : the board is responsive and the coordinates size is adjusted to the screen hence the board size. But as I reduce the board size, the coordinates seems to disappear from the board partially and not being centered any more. What is wrong with my code ?
Here's a screenshot of my board component in my current project
I'm trying to write a simplified version of the FileCoordinates composable in order to expose my issue.
Here's a simplified version of the FilesCoordinates composable. As I've written earlier, if the window is large enough there's no problem, but otherwise the letters are not centered and do no fit the height of the labels component.