Text styles
Usage
import { Main, textStyle } from '@aragon/ui'
function App() {
return (
<div
css={`
${textStyle('body3')};
`}
>
Body 3 text style
</div>
)
}Available text styles

Last updated
Was this helpful?
