Skip to content

Commit 1abdbab

Browse files
paulineaflorentmaitre
authored andcommitted
Review: Add version to Tag demo screen
1 parent 952e408 commit 1abdbab

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

app/src/main/java/com/orange/ouds/app/ui/components/tag/TagDemoScreen.kt

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ import com.orange.ouds.app.ui.utilities.formattedName
3636
import com.orange.ouds.core.component.OudsTag
3737
import com.orange.ouds.core.theme.OudsTheme
3838
import com.orange.ouds.core.utilities.OudsPreview
39+
import com.orange.ouds.theme.OudsVersion
3940

4041
@Composable
4142
fun TagDemoScreen() {
@@ -44,7 +45,8 @@ fun TagDemoScreen() {
4445
description = stringResource(id = Component.Tag.descriptionRes),
4546
bottomSheetContent = { TagDemoBottomSheetContent(state = state) },
4647
codeSnippet = { tagDemoCodeSnippet(state = state) },
47-
demoContent = { TagDemoContent(state = state) }
48+
demoContent = { TagDemoContent(state = state) },
49+
version = OudsVersion.Component.Tag
4850
)
4951
}
5052

0 commit comments

Comments
 (0)