change(ui) - dashboard more options button

This commit is contained in:
Shekar Siri 2023-01-23 11:31:23 +01:00
parent 0c6f3545f4
commit 678724aecb
2 changed files with 2 additions and 2 deletions

View file

@ -93,7 +93,7 @@ export default class ItemMenu extends React.PureComponent<Props> {
<div
// onClick={this.toggleMenu}
className={cn(
'flex items-center cursor-pointer select-none hover rounded-full',
'flex items-center cursor-pointer select-none hover',
!this.props.flat ? parentStyles : '',
{ 'bg-gray-light': !this.props.flat && displayed && label }
)}

View file

@ -11,7 +11,7 @@
}
width: 36px;
height: 36px;
border-radius: 18px;
/* border-radius: 18px; */
border: 1px solid transparent;
transition: all 0.2s;
margin: 0 auto;