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
feat(dimmer): opacity setting created invalid value on rgb background
When a dimmer already had a rgb background color, the opacity setting for the dimmer was not working because it created an invalid background color value .
Reason was because for a pure rgb value the third splitted string array element still had a closing parenthesis, which in turn created an invalid value like
rgba(111,111,111),0.1)
0 commit comments