This commit is contained in:
Yurov Dmitry 2019-01-16 18:11:32 +03:00
parent 3865371d2c
commit 7ffa9137c8
6 changed files with 9 additions and 10 deletions

View File

@ -3997,7 +3997,7 @@ var defaultTheme = {
smoothing: 'antialiased',
optimizeSpeed: true,
headings: {
fontFamily: 'Montserrat, sans-serif',
fontFamily: 'Arial',
fontWeight: '400'
},
code: {
@ -4484,7 +4484,7 @@ var ErrorBoundary_ErrorBoundary = /** @class */ (function (_super) {
external_react_["createElement"]("br", null),
external_react_["createElement"]("small", null,
" Commit: ",
"c056c81"));
"3865371"));
}
return external_react_["Children"].only(this.props.children);
};
@ -9328,7 +9328,7 @@ var ResponseTitle_ResponseTitle = /** @class */ (function (_super) {
var StyledResponseTitle = styled_components(ResponseTitle_ResponseTitle).withConfig({
componentId: "sc-1kbihq-0"
})(["padding:10px;border-radius:4px;margin-bottom:4px;line-height:1.5em;background-color:#f2f2f2;cursor:pointer;color:", ";background-color:", ";", ";"], function (props) { return props.theme.colors.responses[props.type].color; }, function (props) { return props.theme.colors.responses[props.type].backgroundColor; }, function (props) { return props.empty && "\ncursor: default;\n&::before {\n content: \"\u2014\";\n font-weight: bold;\n width: 1.5em;\n text-align: center;\n display: inline-block;\n}\n" || ''; });
})(["padding:10px;border-radius:4px;margin-bottom:4px;line-height:1.5em;background-color:#f8f8f8;cursor:pointer;color:", ";", ";"], function (props) { return props.theme.colors.responses[props.type].color; }, function (props) { return props.empty && "\ncursor: default;\n&::before {\n content: \"\u2014\";\n font-weight: bold;\n width: 1.5em;\n text-align: center;\n display: inline-block;\n}\n" || ''; });
var ResponseDetailsWrap = styled_components.div.withConfig({
componentId: "sc-1kbihq-1"
})(["padding:10px;"]);

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -9,11 +9,10 @@ export const StyledResponseTitle = styled(ResponseTitle)`
border-radius: 4px;
margin-bottom: 4px;
line-height: 1.5em;
background-color: #f2f2f2;
background-color: #f8f8f8;
cursor: pointer;
color: ${props => props.theme.colors.responses[props.type].color};
background-color: ${props => props.theme.colors.responses[props.type].backgroundColor};
${props =>
(props.empty &&

View File

@ -99,7 +99,7 @@ const defaultTheme: ThemeInterface = {
smoothing: 'antialiased',
optimizeSpeed: true,
headings: {
fontFamily: 'Montserrat, sans-serif',
fontFamily: 'Arial',
fontWeight: '400',
},
code: {