We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f721807 commit b754034Copy full SHA for b754034
site/src/theme/index.ts
@@ -22,7 +22,7 @@ export interface Theme extends Omit<MuiTheme, "palette"> {
22
/** Theme properties that we're testing out but haven't committed to. */
23
experimental: NewTheme;
24
25
- //** Theme colors related to marketing */
+ /** Theme colors related to marketing */
26
branding: Branding;
27
28
monaco: monaco.editor.IStandaloneThemeData;
0 commit comments