Skip to content

Commit

Permalink
reconfiguration of icon sizes
Browse files Browse the repository at this point in the history
regarding the #78
  • Loading branch information
IremToroslu committed Jun 3, 2021
1 parent 58ce162 commit 2e1bc3c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion frontend/src/components/sidebar/MenuItemComponent.js
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ function MenuItemComponent({ children, icon: Icon, id, items = [], level = 1, on
<Column key={id} className={classNameColumn}>
<Row vertical='center' onClick={onItemClicked} className={classNameContainer}>
{/* <Icon fill={iconColor} opacity={!isActive && '0.4'} /> */}
<div className='SideBarIconStyle' style={{color:iconColor,fontSize:'20px'}}>
<div className='SideBarIconStyle' style={{color:iconColor,fontSize:'15px'}}>
<i className={Icon} aria-hidden="true"/>
</div>
<span className="SideBarTitle" style={{color:iconColor}}>{title}</span>
Expand Down
2 changes: 1 addition & 1 deletion frontend/src/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,7 @@ body {

/* Reconfiguration of the icon style on the side bar */
.SideBarIconStyle{
font-size: 15px;
font-size: 13px;
color: #dbdbdb;
padding-right: 100;
margin-bottom: 3px;
Expand Down

0 comments on commit 2e1bc3c

Please sign in to comment.