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>
import { InlineNotification } from "carbon-components-svelte";
import Preview from "../../components/Preview.svelte";
</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
<FileSource src="/framed/UIShell/Header" />