Skip to content

Commit 864c2d6

Browse files
authored
docs(IX-3615): update README link and adjust ThemeSwitcher height (#132)
1 parent 1eedf00 commit 864c2d6

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
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
·

docs/home/theming/usage-developers.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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" />

src/components/Playground/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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'

0 commit comments

Comments
 (0)