Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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)
- Loading branch information