docs(ui-shell): add note on UI Shell theming

This commit is contained in:
Eric Liu 2022-04-02 09:11:50 -07:00
commit fedb6f9ffa

View file

@ -23,9 +23,18 @@ components: ["Header",
--- ---
<script> <script>
import { InlineNotification } from "carbon-components-svelte";
import Preview from "../../components/Preview.svelte"; import Preview from "../../components/Preview.svelte";
</script> </script>
<InlineNotification svx-ignore lowContrast title="Note:" kind="info" hideCloseButton>
<div class="body-short-01">
Currently, the UI Shell is not themable and only supports dark mode.
</div>
</InlineNotification>
Open the following examples in a new tab to experience them in full.
### Header ### Header
<FileSource src="/framed/UIShell/Header" /> <FileSource src="/framed/UIShell/Header" />