🎨 style: remove bottom border radius for mobile
This commit is contained in:
parent
d812cdf05f
commit
9e4e203f5f
@ -112,7 +112,7 @@ export const DashboardLayout = ({
|
||||
}}
|
||||
transition={{ ease: 'easeInOut', duration: 0.3 }}
|
||||
>
|
||||
<div className="rounded-3xl bg-base-bg h-full shadow-card overflow-y-auto relative">
|
||||
<div className="rounded-t-3xl lg:rounded-3xl bg-base-bg h-full shadow-card overflow-y-auto relative">
|
||||
<OctokitProvider>
|
||||
<Outlet />
|
||||
</OctokitProvider>
|
||||
|
Loading…
Reference in New Issue
Block a user