Skip to content

Commit a627578

Browse files
committed
docs(status-banner): remove shadow
1 parent b498063 commit a627578

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/website/src/components/status-banner/status-banner.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ export const StatusBanner = component$(({ status }: StatusBannerProps) => {
8080
onAnimationEnd$={() => (isBannerClosedSig.value = true)}
8181
class={cn(
8282
getBackgroundByStatus(status),
83-
'normal-state rounded-base relative -mx-5 border-2 px-8 py-6 shadow-lg md:flex-row md:items-center',
83+
'normal-state rounded-base relative -mx-8 border-2 px-8 py-6 md:flex-row md:items-center',
8484
)}
8585
style={{ marginBottom: `${marginBottom}px` }}
8686
>

0 commit comments

Comments
 (0)