Rename preview

This commit is contained in:
Florian Renaud 2023-05-12 08:40:24 +02:00
parent 2ed8515231
commit 7ffe463e23
2 changed files with 1 additions and 2 deletions

View file

@ -31,7 +31,6 @@ import androidx.compose.ui.unit.Dp
import io.element.android.libraries.designsystem.preview.ElementThemedPreview
import io.element.android.libraries.designsystem.preview.PreviewGroup
@OptIn(ExperimentalMaterial3Api::class)
@Composable
fun SearchBar(
query: String,
@ -73,7 +72,7 @@ fun SearchBar(
@Preview(group = PreviewGroup.Search)
@Composable
internal fun DockedSearchBarPreview() = ElementThemedPreview { ContentToPreview() }
internal fun SearchBarPreview() = ElementThemedPreview { ContentToPreview() }
@OptIn(ExperimentalMaterial3Api::class)
@Composable