We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b04b7af commit 807beb0Copy full SHA for 807beb0
packages/dev/s2-docs/src/S2FAQ.tsx
@@ -20,7 +20,7 @@ export function S2FAQ() {
20
</DisclosurePanel>
21
</Disclosure>
22
<Disclosure isQuiet>
23
- <DisclosureTitle>I tried to pass my <code>style</code> macro to <code>UNSAFE_className</code> but it doesn't work.</DisclosureTitle>
+ <DisclosureTitle>I tried to pass my style macro to "UNSAFE_className" but it doesn't work.</DisclosureTitle>
24
<DisclosurePanel>
25
The <code>style</code> macro is not meant to be used with <code>UNSAFE_className</code>. Overrides to the Spectrum styles is highly discouraged,
26
consider styling an equivalent React Aria Component instead.
0 commit comments