diff --git a/src/renderer/components/text/index.tsx b/src/renderer/components/text/index.tsx index 7173ce28..3a20e66a 100644 --- a/src/renderer/components/text/index.tsx +++ b/src/renderer/components/text/index.tsx @@ -33,7 +33,7 @@ const StyledText = styled(MantineText)` } `; -const _Text = ({ children, $secondary, overflow, font, $noSelect, ...rest }: TextProps) => { +export const _Text = ({ children, $secondary, overflow, font, $noSelect, ...rest }: TextProps) => { return (