🎨 style: update layout shadow and add new shadow for the template card

This commit is contained in:
Wahyu Kurniawan 2024-02-28 14:47:46 +07:00
parent f0d1dcc7a8
commit 88f3aae26d
No known key found for this signature in database
GPG Key ID: 040A1549143A8E33
2 changed files with 2 additions and 1 deletions

View File

@ -19,7 +19,7 @@ export const DashboardLayout = ({
>
<Sidebar />
<div className="col-span-4 h-full px-3 py-3 overflow-y-hidden">
<div className="rounded-3xl bg-base-bg h-full shadow-sm overflow-y-auto relative">
<div className="rounded-3xl bg-base-bg h-full shadow-card overflow-y-auto relative">
<OctokitProvider>
<Outlet />
</OctokitProvider>

View File

@ -158,6 +158,7 @@ export default withMT({
field: '0px 1px 2px rgba(0, 0, 0, 0.04)',
inset: 'inset 0px 1px 0px rgba(8, 47, 86, 0.06)',
card: '0px 0px 0px 1px #E8F0F7, 0px 2px 4px rgba(8, 47, 86, 0.04)',
'card-sm': '0px 1px 2px -1px rgba(4, 25, 47, 0.08)',
},
spacing: {
2.5: '0.625rem',