Commit b7303fb9 authored by Shubham Rasal's avatar Shubham Rasal Committed by GitHub

style: navbar ui updated (#6627)

* ui: navbar ui updated

* added margin right

* moved style to higher component
parent 4fbb8e91
...@@ -131,7 +131,7 @@ export const MenuDropdown = () => { ...@@ -131,7 +131,7 @@ export const MenuDropdown = () => {
return ( return (
<> <>
<Box position="relative" ref={ref}> <Box position="relative" ref={ref} marginRight="4">
<NavIcon isActive={isOpen} onClick={toggleOpen} label={isOpen ? t`Show resources` : t`Hide resources`}> <NavIcon isActive={isOpen} onClick={toggleOpen} label={isOpen ? t`Show resources` : t`Hide resources`}>
<EllipsisIcon viewBox="0 0 20 20" width={24} height={24} /> <EllipsisIcon viewBox="0 0 20 20" width={24} height={24} />
</NavIcon> </NavIcon>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment