From 35695ba1da7d6684e46aca2dfc4f3f5dff262157 Mon Sep 17 00:00:00 2001 From: Samuel Newman Date: Thu, 17 Apr 2025 18:44:11 +0300 Subject: [PATCH] make dialog.header font heavy --- src/components/Dialog/shared.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/Dialog/shared.tsx b/src/components/Dialog/shared.tsx index d13ea845ae..b57d9c1fec 100644 --- a/src/components/Dialog/shared.tsx +++ b/src/components/Dialog/shared.tsx @@ -64,7 +64,7 @@ export function HeaderText({ style?: StyleProp }) { return ( - + {children} )