mirror of
https://github.com/Redocly/redoc.git
synced 2025-08-07 21:54:53 +03:00
Update SamplesWrapper
Change codeSample to codeBlock
This commit is contained in:
parent
3b0c959271
commit
27de9e8417
|
@ -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;
|
||||
`;
|
||||
|
|
Loading…
Reference in New Issue
Block a user