You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When applying an RGBA flip card background color to the clock widget, an unintended shadow appears behind the widget. This issue is not present when using an RGB background color.
Steps to Reproduce:
Add a Flip clock widget to the layout.
Set the Flip Card Background Colour of the widget using an RGBA value (e.g., background-color: rgba(0,0,0,0.7)).
Observe the shadow behind the widget.
Change the background to an RGB value (e.g., background-color: rgb(255, 255, 255);).
Observe that the shadow issue no longer occurs.
For internal use: The layout ID (5800) is available only in the dev environment and reflects the issue described above.
The text was updated successfully, but these errors were encountered:
When applying an RGBA
flip card background color
to the clock widget, an unintended shadow appears behind the widget. This issue is not present when using an RGB background color.Steps to Reproduce:
Flip Card Background Colour
of the widget using an RGBA value (e.g., background-color: rgba(0,0,0,0.7)).For internal use: The layout ID (5800) is available only in the dev environment and reflects the issue described above.
The text was updated successfully, but these errors were encountered: