You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Many text elements use the Text component but have an inconsistent mix of specifying properties by className or as a prop to Text such as variant, size, and color (but mainly color).
Most instances of <Text /> should have their className property replaced with appropriate values of props.
The text was updated successfully, but these errors were encountered:
Many text elements use the
Text
component but have an inconsistent mix of specifying properties by className or as a prop toText
such as variant, size, and color (but mainly color).Most instances of
<Text />
should have their className property replaced with appropriate values of props.The text was updated successfully, but these errors were encountered: