ZupIT/nimbus

Layout: accept all Hex color formats

Opened this issue · 0 comments

All the following color formats should be accepted on both iOS and Android:

  • #RRGGBBAA
  • #RRGGBB
  • #RGBA
  • #RGB
  1. Implement one test for each format
  2. If some format is not recognized, implement it.