🎨 style: fixed content moves down issue when opening the sidebar

This commit is contained in:
Wahyu Kurniawan 2024-03-06 12:46:49 +07:00
parent daffcf1203
commit b75957929a
No known key found for this signature in database
GPG Key ID: 040A1549143A8E33

View File

@ -63,7 +63,7 @@ export const DashboardLayout = ({
variant="ghost" variant="ghost"
onClick={() => setIsSidebarOpen(false)} onClick={() => setIsSidebarOpen(false)}
> >
<CrossIcon size={20} /> <CrossIcon size={18} />
</Button> </Button>
</motion.div> </motion.div>
) : ( ) : (