This repository was archived by the owner on Sep 26, 2023. It is now read-only.
|
I'm using a rather strange integration of PopupPicker as I'm limited in the environment I am working in. HTML JS However, this seems to trigger errors as I am using the theme option. Here's how it appears without specifying a theme in options (Fiddle): And here's how it appears when specifying a theme in options (Fiddle): Any hint? |
Answered by
vnihoul77
Aug 14, 2022
Replies: 1 comment
|
Fixed using and in options:
|
0 replies
Answer selected by
vnihoul77
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment


Fixed using
<script src="https://unpkg.com/picmo@latest/dist/umd/picmo.js"></script>and in options:
theme: picmo.darkTheme