mirror of
https://github.com/Redocly/redoc.git
synced 2025-08-08 06:04:56 +03:00
Add comments
This commit is contained in:
parent
e308971cc0
commit
ee7d3ab1b7
|
@ -31,6 +31,7 @@ export class CallbacksList extends React.PureComponent<CallbacksListProps> {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// TODO: get text color and font size from the theme?
|
||||||
const CallbacksHeader = styled.h3`
|
const CallbacksHeader = styled.h3`
|
||||||
font-size: 18px;
|
font-size: 18px;
|
||||||
padding: 0.2em 0;
|
padding: 0.2em 0;
|
||||||
|
|
|
@ -3,6 +3,7 @@ import { ResponseModel } from '../../services/models';
|
||||||
import styled from '../../styled-components';
|
import styled from '../../styled-components';
|
||||||
import { ResponseView } from './Response';
|
import { ResponseView } from './Response';
|
||||||
|
|
||||||
|
// TODO: get text color and font size from the theme?
|
||||||
const ResponsesHeader = styled.h3`
|
const ResponsesHeader = styled.h3`
|
||||||
font-size: 18px;
|
font-size: 18px;
|
||||||
padding: 0.2em 0;
|
padding: 0.2em 0;
|
||||||
|
|
Loading…
Reference in New Issue
Block a user