Add comments

This commit is contained in:
Oleksiy Kachynskyy 2020-04-02 15:32:39 +03:00
parent e308971cc0
commit ee7d3ab1b7
2 changed files with 2 additions and 0 deletions

View File

@ -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`
font-size: 18px;
padding: 0.2em 0;

View File

@ -3,6 +3,7 @@ import { ResponseModel } from '../../services/models';
import styled from '../../styled-components';
import { ResponseView } from './Response';
// TODO: get text color and font size from the theme?
const ResponsesHeader = styled.h3`
font-size: 18px;
padding: 0.2em 0;