Hello,
I am in the process of building an application in Experience Builder Developer Edition and would like to create a custom theme here.
This has worked so far and I was able to make my first adjustments in the variables.json.
But now I have the problem that I want to adjust the dropdown of the search in the list widget and I have also partially managed.
{
"darkTheme": true,
"coloration": "default",
"components": {
"popper": {
"bg": "green",
"color": "green",
"border": {
"width": "1px",
"color": "#d5d5d5"
},
"hover": {
"bg": "red"
}
}
}
}
some things were changed but the hover effect doesn't seem to change. Now I wonder if there is somewhere a list with the variables or maybe also a repo in which I have once completely everything. Or a docu which widget/component has which variables in the json.
My other question is about the popup. Which opens from the map widget. I would like to set here in the mobile view that the popup is directly expanded by default. Is there also a way to do this?