Openstatus www.openstatus.dev

fix: font-size (#1440)

authored by

Maximilian Kaske and committed by
GitHub
78279e59 89c4e8f6

+4 -1
+4 -1
apps/status-page/src/components/status-page/status-events.tsx
··· 358 358 }: React.ComponentProps<"div">) { 359 359 return ( 360 360 <div 361 - className={cn("py-1.5 font-mono text-muted-foreground", className)} 361 + className={cn( 362 + "py-1.5 font-mono text-muted-foreground text-base", 363 + className, 364 + )} 362 365 {...props} 363 366 > 364 367 {children}