diff --git a/web/app/(app)/status-pages/[pageId]/page.tsx b/web/app/(app)/status-pages/[pageId]/page.tsx index a26fa2f..df6c7c9 100644 --- a/web/app/(app)/status-pages/[pageId]/page.tsx +++ b/web/app/(app)/status-pages/[pageId]/page.tsx @@ -107,10 +107,10 @@ function Switch({ checked, onChange, label }: { checked: boolean; onChange: (v: aria-checked={checked} aria-label={label} onClick={() => onChange(!checked)} - className={`relative h-[21px] w-[38px] flex-shrink-0 rounded-full transition-colors ${checked ? "bg-success" : "bg-border"}`} + className={`relative h-[21px] w-[38px] flex-shrink-0 rounded-full border-0 p-0 transition-colors ${checked ? "bg-success" : "bg-border"}`} >