Fix preview name.

This commit is contained in:
Benoit Marty
2024-10-04 14:07:14 +02:00
committed by Benoit Marty
parent a73c8b1e25
commit 643fe9ec65

View File

@@ -78,7 +78,7 @@ fun ProtectedView(
@PreviewsDayNight
@Composable
internal fun PreviewProtectedView() = ElementPreview {
internal fun ProtectedViewPreview() = ElementPreview {
Box(
modifier = Modifier
.size(160.dp)