Skip to content

Commit dcaec90

Browse files
committed
Heading change
1 parent 31392a9 commit dcaec90

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

powerapps-docs/developer/component-framework/fluent-modern-theming.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ const theme = createV8Theme(
5555
return <ThemeProvider theme={theme}></ThemeProvider>;
5656
```
5757

58-
### Non-Fluent UI controls
58+
## Non-Fluent UI controls
5959

6060
If your component doesn't use Fluent UI, you can take a dependency directly on the v9 theme tokens available through the `fluentDesignLanguage` context parameter. Use this parameter to get access to all [theme](reference/theming.md) tokens so it can reference any aspect of the theme to style itself.
6161

0 commit comments

Comments
 (0)