Update SamplesWrapper

Change codeSample to codeBlock
This commit is contained in:
Oleksiy Kachynskyy 2020-04-02 17:03:40 +03:00
parent 3b0c959271
commit 27de9e8417

View File

@ -79,6 +79,6 @@ export class CallbackSamples extends React.Component<CallbackSamplesProps> {
}
export const SamplesWrapper = styled.div`
background: ${({ theme }) => theme.codeSample.backgroundColor};
background: ${({ theme }) => theme.codeBlock.backgroundColor};
padding: ${props => props.theme.spacing.unit * 4}px;
`;