🎨 style: remove bottom border radius for mobile

This commit is contained in:
Wahyu Kurniawan 2024-03-06 15:44:35 +07:00
parent d812cdf05f
commit 9e4e203f5f
No known key found for this signature in database
GPG Key ID: 040A1549143A8E33

View File

@ -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>