Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Flip Clock Widget: Shadow appears behind Clock Widget when using RGBA color #3506

Closed
ifarzana opened this issue Sep 19, 2024 · 0 comments
Closed
Assignees
Labels
Milestone

Comments

@ifarzana
Copy link

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.

image

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants