File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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" >
You can’t perform that action at this time.
0 commit comments