File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed
app/src/main/java/com/orange/ouds/app/ui/components/tag Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -36,6 +36,7 @@ import com.orange.ouds.app.ui.utilities.formattedName
3636import com.orange.ouds.core.component.OudsTag
3737import com.orange.ouds.core.theme.OudsTheme
3838import com.orange.ouds.core.utilities.OudsPreview
39+ import com.orange.ouds.theme.OudsVersion
3940
4041@Composable
4142fun 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
You can’t perform that action at this time.
0 commit comments