Skip to content

Commit

Permalink
Update project
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelbel committed Jan 3, 2025
1 parent a1f3067 commit 507fe72
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion xr/src/main/kotlin/org/michaelbel/template/ui/TextPane.kt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,10 @@ import androidx.compose.ui.tooling.preview.Preview
import androidx.compose.ui.unit.dp

@Composable
fun TextPane(text: String, modifier: Modifier = Modifier) {
fun TextPane(
text: String,
modifier: Modifier = Modifier
) {
Surface(
modifier = modifier.fillMaxSize()
) {
Expand Down

0 comments on commit 507fe72

Please sign in to comment.