Skip to content

Commit c7beb92

Browse files
committed
update example
1 parent 7c6a258 commit c7beb92

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

apps/docs/pages/components/fieldset.mdx

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,12 @@ import { useState } from 'react'
2323
import { Editor, Fieldset, Inputs, styled } from '@compai/css-gui'
2424

2525
const MyEditor = () => {
26-
const [styles, setStyles] = useState({})
26+
const [styles, setStyles] = useState({
27+
'::first-letter': {
28+
fontSize: { unit: 'px', value: 32 }
29+
},
30+
fontSize: { unit: 'px', value: 16 },
31+
}))
2732

2833
return (
2934
<>

0 commit comments

Comments
 (0)