We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e67ee75 commit 47d1ed6Copy full SHA for 47d1ed6
composeApp/src/wasmJsMain/kotlin/org/nsh07/nsh07/ui/homeScreen/ProjectCard.kt
@@ -1,6 +1,5 @@
1
package org.nsh07.nsh07.ui.homeScreen
2
3
-import androidx.compose.foundation.border
4
import androidx.compose.foundation.clickable
5
import androidx.compose.foundation.layout.*
6
import androidx.compose.material3.CircularWavyProgressIndicator
@@ -106,7 +105,7 @@ fun ProjectThumbnail(
106
105
}
107
},
108
error = {
109
- if (wide) Box(Modifier.fillMaxWidth().aspectRatio(2f).border(1.dp, colorScheme.outline, imageShape))
+ if (wide) Spacer(Modifier.fillMaxWidth().aspectRatio(2f))
110
111
)
112
0 commit comments