Skip to content

Commit 23cac72

Browse files
committed
add shadow
1 parent 1d1e000 commit 23cac72

File tree

1 file changed

+1
-1
lines changed
  • app/[locale]/(user)/datasets/components/FIlter

1 file changed

+1
-1
lines changed

app/[locale]/(user)/datasets/components/FIlter/Filter.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ const Filter: React.FC<FilterProps> = ({
3333
};
3434

3535
return (
36-
<div className="rounded-4 bg-surfaceDefault px-4 py-6">
36+
<div className="rounded-4 bg-surfaceDefault px-4 py-6 shadow-card">
3737
<div className="mb-5 flex justify-between">
3838
<div className="flex w-full justify-between">
3939
<div>

0 commit comments

Comments
 (0)