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
It might be possible to receive color with a format #rgba and #rrggbbaa. We need to make sure that our ColorUtil is capable of parsing a correct color in this cases (+ extend the UnitTests).
For reference: nextcloud/deck#1545 (comment)
It might be possible to receive color with a format
#rgbaand#rrggbbaa. We need to make sure that ourColorUtilis capable of parsing a correct color in this cases (+ extend the UnitTests).