function App() { // Style a paragraph with the secondary text color const { theme } = useTheme(); return <p style={{ color: theme["colors-fg-muted"] }}>Secondary text</p>;}
Was this page helpful?
⌘I
Assistant
Responses are generated using AI and may contain mistakes.