1
0
Fork 0

chore: Restyled draft configurator

This commit is contained in:
Joost De Cock 2021-01-02 18:17:22 +01:00
parent 1bbf61700c
commit c130826d3b
10 changed files with 38 additions and 17 deletions

View file

@ -35,7 +35,7 @@ const PatternOptionBool = (props) => {
/>
)
return (
<li>
<li className={expanded ? 'expanded' : 'collapsed'}>
<OptionPreamble
dflt={props.dflt}
designDflt={props.designDflt}