style(nexus): drop invisible shadow-lg on install banner (phase 7)
This commit is contained in:
parent
862b856d2b
commit
77edfdb498
1 changed files with 1 additions and 1 deletions
|
|
@ -49,7 +49,7 @@ export function InstallPromptBanner() {
|
|||
|
||||
return (
|
||||
<div
|
||||
className="fixed bottom-16 left-4 right-4 z-50 md:bottom-auto md:top-4 md:left-auto md:right-4 md:max-w-sm bg-card border border-border rounded-lg shadow-lg p-4"
|
||||
className="fixed bottom-16 left-4 right-4 z-50 md:bottom-auto md:top-4 md:left-auto md:right-4 md:max-w-sm bg-card border border-border rounded-lg p-4"
|
||||
role="banner"
|
||||
aria-label="Install Nexus app"
|
||||
>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue