Skip to content

Commit 94e65b6

Browse files
committed
stats filter bg-blur
1 parent fef0530 commit 94e65b6

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Client/src/pages/DashBoard.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ const Dashboard: React.FC = () => {
145145
<div className="relative">
146146
<button
147147
type="button"
148-
className="w-full rounded-xl border border-border bg-card px-4 py-3 shadow-sm flex items-center justify-between min-h-[72px] hover:bg-muted transition-colors"
148+
className="w-full rounded-xl border backdrop-blur-sm border-border bg-card px-4 py-3 shadow-sm flex items-center justify-between min-h-[72px] hover:bg-muted transition-colors"
149149
onClick={() => setFilterOpen((open) => !open)}
150150
>
151151
<div className="space-y-0.5 text-left">
@@ -166,7 +166,7 @@ const Dashboard: React.FC = () => {
166166
className="
167167
absolute z-40 top-full left-0 mt-2 w-full
168168
rounded-2xl border border-border
169-
bg-card shadow-xl shadow-black/40
169+
bg-card shadow-xl shadow-black/40 backdrop-blur-sm
170170
"
171171
>
172172
<div className="py-1.5">

0 commit comments

Comments
 (0)