diff --git a/components/text.tsx b/components/text.tsx index 864aaf0..fc82c0c 100644 --- a/components/text.tsx +++ b/components/text.tsx @@ -37,7 +37,7 @@ export function Text({ const styleSheet = createStyleSheet(theme => ({ text(variant?: VariantProps) { const { - size = 18, + size = 16, contrast = 'high', weight = 'regular', color = 'gray',