Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
joemcelroy committed Oct 14, 2024
1 parent b3b2fed commit f580034
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ export const CodeSample = ({ id, title, language, code, onCodeCopyClick }: CodeS
<strong>{title}</strong>
</EuiText>
<EuiSpacer size="s" />
<EuiThemeProvider colorMode="INVERSE">
<EuiThemeProvider colorMode="dark">
<EuiPanel color="subdued" paddingSize="none" hasShadow={false}>
<div onClick={onCodeClick}>
<EuiCodeBlock
Expand Down

0 comments on commit f580034

Please sign in to comment.