Skip to content

Commit

Permalink
Update BackgroundContent.kt
Browse files Browse the repository at this point in the history
  • Loading branch information
Tonnie-Dev committed Aug 18, 2024
1 parent f9dd9a8 commit 3eb3e65
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ import androidx.compose.ui.Modifier
import androidx.compose.ui.layout.ContentScale
import androidx.compose.ui.platform.LocalContext
import androidx.compose.ui.res.painterResource
import androidx.compose.ui.tooling.preview.Preview
import androidx.compose.ui.tooling.preview.PreviewLightDark
import coil.compose.rememberAsyncImagePainter
import coil.request.ImageRequest
Expand Down Expand Up @@ -60,6 +61,7 @@ fun BackgroundContent(

}

@Preview(showSystemUi = true)
@PreviewLightDark
@Composable
private fun BackgroundContentPreview() {
Expand Down

0 comments on commit 3eb3e65

Please sign in to comment.