diff --git a/src/components/CallbackSamples/CallbackSamples.tsx b/src/components/CallbackSamples/CallbackSamples.tsx index ae0a9f57..3d5ab2bf 100644 --- a/src/components/CallbackSamples/CallbackSamples.tsx +++ b/src/components/CallbackSamples/CallbackSamples.tsx @@ -79,6 +79,6 @@ export class CallbackSamples extends React.Component { } export const SamplesWrapper = styled.div` - background: ${({ theme }) => theme.codeSample.backgroundColor}; + background: ${({ theme }) => theme.codeBlock.backgroundColor}; padding: ${props => props.theme.spacing.unit * 4}px; `;