function TextColor({ size, color = "#000000" }: { size: number; color: string }) { return (
) } export default TextColor