woocommerce-ios icon indicating copy to clipboard operation
woocommerce-ios copied to clipboard

[Woo POS] UI: Single source for semantic colours

Open iamgabrielma opened this issue 9 months ago • 1 comments

Ref: TfaZ4LUkEwEGrxfnEFzvJj-fi-6_1657

Ideally let's apply the colors from a common extension to Color, as we do through WooFoundation now for WooCommerce through Color.withColorStudio().

From the current wireframes, we can use:

  • Background: rgba(11, 146, 213, 1)
  • Foreground: rgba(89, 181, 227, 1)
  • Fields rgba(142, 208, 240, 1)
  • Text .white

Let's keep in mind that all of those will have a dark mode counterpart as well.

iamgabrielma avatar May 13 '24 03:05 iamgabrielma

Thanks for reporting! 👍

dangermattic avatar May 13 '24 03:05 dangermattic

Done via https://github.com/woocommerce/woocommerce-ios/pull/12714

iamgabrielma avatar May 16 '24 03:05 iamgabrielma