mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-09-27 01:58:58 +03:00
UI tweaks (#20401)
* font changes to better match figma * fix alignment in debug view
This commit is contained in:
@@ -222,7 +222,7 @@ export function MobilePageHeader({
|
||||
type MobilePageTitleProps = React.HTMLAttributes<HTMLHeadingElement>;
|
||||
|
||||
export function MobilePageTitle({ className, ...props }: MobilePageTitleProps) {
|
||||
return <h2 className={cn("text-lg font-semibold", className)} {...props} />;
|
||||
return <h2 className={cn("text-lg", className)} {...props} />;
|
||||
}
|
||||
|
||||
type MobilePageDescriptionProps = React.HTMLAttributes<HTMLParagraphElement>;
|
||||
|
||||
Reference in New Issue
Block a user