I figured it out. It looks like importing the CSS ...
# general
b
I figured it out. It looks like importing the CSS does the trick:
Copy code
import '@medplum/react/styles.css';
import '@medplum/react/defaulttheme.css';
r
Glad that worked! We're working on improving our documentation so that it is less confusing going forward. Would you mind telling me which documentation pages you were looking at for instruction? I'll update htem
r
Great! We'll get that updated
178 Views