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 ?