This commit is contained in:
Yurov Dmitry 2019-11-13 11:41:40 +03:00
parent bcae2d5d69
commit 46f465c5d8
3 changed files with 4 additions and 4 deletions

View File

@ -7294,7 +7294,7 @@ var ErrorBoundary_ErrorBoundary = /** @class */ (function (_super) {
external_react_["createElement"]("br", null), external_react_["createElement"]("br", null),
external_react_["createElement"]("small", null, external_react_["createElement"]("small", null,
" Commit: ", " Commit: ",
"7a8a289c")); "bcae2d5d"));
} }
return external_react_["Children"].only(this.props.children); return external_react_["Children"].only(this.props.children);
}; };

File diff suppressed because one or more lines are too long

View File

@ -140,7 +140,7 @@ const defaultTheme: ThemeInterface = {
}, },
rightPanel: { rightPanel: {
backgroundColor: '#ffffff', backgroundColor: '#ffffff',
width: '40%', width: '0%',
textColor: '#333333', textColor: '#333333',
}, },
codeSample: { codeSample: {