[BUG]: Panel background color not rendering properly with the default parameters #318
Labels
bug
Something isn't working
canvas
Issue is related to a Canvas app custom component.
Component: Panel
Milestone
Describe the bug
I've tried including the Panel component on an existing app. However, the Theming functionality is broken, as the background of the Panel is shown as black instead of white. This is without changing any values on the Panel component or setting the AppTheme variable as explained in the Docs.
Setting the AppTheme seems to break everything in terms of theming, as even the buttons become invisible, which I suspect is because if I try to set the AppTheme variable the component is not able to read it and causes an error.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
I expected the Pannel background to be white, as it is the default value.
Screenshots
Additional context
AB#964
The text was updated successfully, but these errors were encountered: