File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
src/components/Playground Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1515 <a href="https://ix.siemens.io"><strong>Explore the documentation »</strong></a>
1616 <br />
1717 <br />
18- <a href="https://ix. siemens.io/ docs/installation/">Quickstart </a>
18+ <a href="https://github.com/ siemens/ix- docs/blob/main/CONTRIBUTING.md">Contributing </a>
1919 ·
2020 <a href="https://community.siemens.com/c/ix/">Community</a>
2121 ·
Original file line number Diff line number Diff line change @@ -104,4 +104,4 @@ import '@siemens/ix/dist/siemens-ix/theme/classic-dark.css';
104104
105105## Working with themes during runtime
106106
107- <ThemeSwitcher />
107+ <ThemeSwitcher height = " 15rem " />
Original file line number Diff line number Diff line change @@ -90,7 +90,7 @@ function Playground(props: PlaygroundProps) {
9090 const iframeSrc = useBaseUrl (
9191 `/demo/v2/preview/html/preview-examples/${
9292 props . alternativePreviewName ?? props . name
93- } .html?no-margin=true&theme=theme- ${ theme } - ${ isDark ? 'dark' : 'light' } `
93+ } .html?no-margin=true&theme=${ theme } &colorSchema= ${ isDark ? 'dark' : 'light' } `
9494 ) ;
9595 const [ framework , setFramework ] = useState < FrameworkTypes > (
9696 props . onlyFramework ?? 'angular'
You can’t perform that action at this time.
0 commit comments