|
|
|
@ -27,7 +27,7 @@ export const CustomIconsToggle = React.forwardRef(({ onClick, icon, className = |
|
|
|
|
e.preventDefault() |
|
|
|
|
onClick() |
|
|
|
|
}} |
|
|
|
|
className={`${className.replace('dropdown-toggle', '')} mb-0 pb-0 d-flex justify-content-end align-items-end remixuimenuicon_shadow fs-3`} |
|
|
|
|
className={`${className.replace('dropdown-toggle', '')} mr-1 mb-0 pb-0 d-flex justify-content-end align-items-end remixuimenuicon_shadow remixuimenuicon_hamburger_menu fs-3`} |
|
|
|
|
data-id="workspaceMenuDropdown" |
|
|
|
|
> |
|
|
|
|
{ icon && <i style={{ fontSize: 'large' }} className={`${icon}`} data-id="workspaceDropdownMenuIcon"></i> } |
|
|
|
|