mirror of
https://gitlab.com/mbugroup/lti-web-client.git
synced 2026-05-20 21:41:57 +00:00
chore: change className.drawerContent to className.drawerSidebarContent
This commit is contained in:
@@ -162,7 +162,7 @@ const Drawer = ({
|
||||
<div
|
||||
className={cn(
|
||||
varianClassName?.drawerSidebarContent,
|
||||
className?.drawerContent,
|
||||
className?.drawerSidebarContent,
|
||||
'overflow-y-auto'
|
||||
)}
|
||||
>
|
||||
|
||||
Reference in New Issue
Block a user