Skip to content

Commit

Permalink
Update src-docs/src/components/with_theme/theme_context.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
cchaos authored Mar 16, 2021
1 parent 6af2a7e commit f24ec3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src-docs/src/components/with_theme/theme_context.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ export class ThemeProvider extends React.Component<object, State> {
changeTheme: this.changeTheme,
}}>
<EuiThemeProvider
// @ts-ignore TODO
// @ts-ignore TODO: Align the two theme shapes to match
theme={
theme.includes('amsterdam') ? EuiThemeAmsterdam : EuiThemeDefault
}
Expand Down

0 comments on commit f24ec3d

Please sign in to comment.