minor changes

This commit is contained in:
Meru Patel 2018-09-14 22:14:41 +05:30
parent 80d77a6860
commit 7777e25990
1 changed files with 3 additions and 3 deletions

View File

@ -45,11 +45,11 @@ class Console extends React.Component {
LOG_INFO_ICON: `url(${infoDarkUrl})`
};
const CONSOLE_FEED_SIZES = {
BASE_FONT_SIZE: this.props.fontSize,
TREENODE_LINE_HEIGHT: 1.5,
BASE_FONT_SIZE: this.props.fontSize,
ARROW_FONT_SIZE: this.props.fontSize,
LOG_ICON_WIDTH: `${this.props.fontSize}px`,
LOG_ICON_HEIGHT: `${this.props.fontSize}px`,
LOG_ICON_WIDTH: this.props.fontSize,
LOG_ICON_HEIGHT: this.props.fontSize,
};
if (times > 1) {