-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
User Feedback Widget issues #13513
Comments
Hi, thank you for the valuable feedback and improvement suggestions! These all seem very reasonable to me. cc @billyvg |
HI @pdziugas! A PR is up to fix the feedback icon issue. Once it's released, |
hey, @c298lee. Thanks! I'm not sure to be honest regarding the modal. Haven't made any changes to that, Looks exactly the same on my phone. The |
hi @pdziugas, do you have a reproduction repo for this? |
Hello, @andreiborza, I've created a new repo here which has the same issue reproduced. Thanks! |
@pdziugas thanks, taking a look! |
@c298lee That will be it for now, thank you :) |
This was released with https://github.com/getsentry/sentry-javascript/releases/tag/8.31.0 - thanks for the GH issue @pdziugas |
Is there an existing issue for this?
How do you use Sentry?
Sentry Saas (sentry.io)
Which SDK are you using?
@sentry/angular
SDK Version
8.27.0
Framework Version
No response
Link to Sentry event
No response
Reproduction Example/SDK Setup
Steps to Reproduce
The issue here is that using the light color scheme inside the feedback integration and adding a darker color for
--actor-background
is enough to break the contrast of the icon shown in thewidget__actor
button.The problem is that changing the
--foreground
color to a lighter one also changes the content inside the modal, causing it to be messed up. There should be a way to change the color or icon itself, or even remove it altogether.Another issue is that modal content seems to be messed up on screens (600px or less) where the modal is opened and takes up full device screen
Expected Result
I'd expect for an easy change for the icon color or maybe the icon itself. Expected result:
Actual Result
The text was updated successfully, but these errors were encountered: