Skip to content

Commit 807beb0

Browse files
committed
fix mobile styling
1 parent b04b7af commit 807beb0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/dev/s2-docs/src/S2FAQ.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ export function S2FAQ() {
2020
</DisclosurePanel>
2121
</Disclosure>
2222
<Disclosure isQuiet>
23-
<DisclosureTitle>I tried to pass my <code>style</code> macro to <code>UNSAFE_className</code> but it doesn't work.</DisclosureTitle>
23+
<DisclosureTitle>I tried to pass my style macro to "UNSAFE_className" but it doesn't work.</DisclosureTitle>
2424
<DisclosurePanel>
2525
The <code>style</code> macro is not meant to be used with <code>UNSAFE_className</code>. Overrides to the Spectrum styles is highly discouraged,
2626
consider styling an equivalent React Aria Component instead.

0 commit comments

Comments
 (0)