We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b498063 commit a627578Copy full SHA for a627578
apps/website/src/components/status-banner/status-banner.tsx
@@ -80,7 +80,7 @@ export const StatusBanner = component$(({ status }: StatusBannerProps) => {
80
onAnimationEnd$={() => (isBannerClosedSig.value = true)}
81
class={cn(
82
getBackgroundByStatus(status),
83
- 'normal-state rounded-base relative -mx-5 border-2 px-8 py-6 shadow-lg md:flex-row md:items-center',
+ 'normal-state rounded-base relative -mx-8 border-2 px-8 py-6 md:flex-row md:items-center',
84
)}
85
style={{ marginBottom: `${marginBottom}px` }}
86
>
0 commit comments