The weeb for the next gen discord boat - Wamellow wamellow.com
bot discord
3
fork

Configure Feed

Select the types of activity you want to include in your feed.

fix <Switch /> description

Luna 8f07b02c e703654e

+2 -2
+2 -2
components/inputs/Switch.tsx
··· 86 86 }, [value]); 87 87 88 88 return ( 89 - <div className={cn("relative", description && "mb-8", className)}> 89 + <div className={cn("relative", description && "mb-2", className)}> 90 90 91 91 <div className={cn("flex items-center gap-2", !tickbox && "mb-6")}> 92 92 <div className="flex items-center gap-2"> ··· 122 122 </div> 123 123 124 124 125 - <div className="absolute top-6"> 125 + <div className="absolute top-6 mt-0.5"> 126 126 {description && <div className="text-neutral-500 text-sm">{description}</div>} 127 127 {(error || state === "ERRORED") && <div className="ml-auto text-red-500 text-sm">{error || "Unknown error while saving"}</div>} 128 128 </div>