Skip to content

Commit f594624

Browse files
committed
remove shadow
1 parent 16bd06d commit f594624

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

app/[locale]/dashboard/[entityType]/[entitySlug]/dataset/[id]/edit/components/EditLayout.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ export function EditLayout({ children, params }: LayoutProps) {
145145
entityType={routerParams.entityType.toString()}
146146
/>
147147
</div>
148-
<div className="bg-surface shadow-card border-l-divider rounded-tl-none my-6 flex-grow">
148+
<div className="bg-surface border-l-divider rounded-tl-none my-6 flex-grow">
149149
{children}
150150
</div>
151151
</div>

app/[locale]/dashboard/[entityType]/[entitySlug]/usecases/edit/layout.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ const EditUseCase = ({ children }: LayoutProps) => {
5959
))}
6060
</TabList>
6161
</Tabs>
62-
<div className="bg-surface shadow-card border-l-divider rounded-tl-none my-6 flex-grow">
62+
<div className="bg-surface border-l-divider rounded-tl-none my-6 flex-grow">
6363
{children}
6464
</div>
6565
</div>

0 commit comments

Comments
 (0)