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
The color of the buttons inside of this Alert Dialog doesn't appear and it's only transparent (to be specific, it doesn't appear in production, but appears fine in development)
I tried several attributes to try to fix the button but it doesn't work.
One thing I know is it is hindered by this (I found it in the style section in devtools)
The color of the buttons inside of this Alert Dialog doesn't appear and it's only transparent (to be specific, it doesn't appear in production, but appears fine in development)
I tried several attributes to try to fix the button but it doesn't work.
One thing I know is it is hindered by this (I found it in the style section in devtools)
[type=button], [type=reset], [type=submit], button { -webkit-appearance: button; background-color: transparent; background-image: none; }
I tried to delete this css element in the devtools style console and the color appeared, apparently the
overrides the
in the button.
The text was updated successfully, but these errors were encountered: