From b17793666cb00f759e45b652a7780ef4121ec678 Mon Sep 17 00:00:00 2001 From: Joseph Boyle Date: Fri, 7 Jun 2024 13:11:23 -0400 Subject: [PATCH] Update src/docs/style/color.mdx --- src/docs/style/color.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/docs/style/color.mdx b/src/docs/style/color.mdx index 7c1c5621..72461dd8 100644 --- a/src/docs/style/color.mdx +++ b/src/docs/style/color.mdx @@ -22,7 +22,7 @@ Brightlayer UI offers a variety of different colors for use in your applications Our color sets are divided into sections as outlined below. User Interface and Status colors are available in a single package ([@brightlayer-ui/colors](https://www.npmjs.com/package/@brightlayer-ui/colors)). Branding (Charts and Graphs) colors are available as an additional package ([@brightlayer-ui/colors-branding](https://www.npmjs.com/package/@brightlayer-ui/colors-branding)). -> This color palette depicts the MD2 colors and MD3 colors will be substantially different. RN projects with MD2 should use version v3 of colors package and RN projects with MD3 should use version v4 of colors package. We highly recommend to use semantic colors from the themes package ([@brightlayer-ui/react-native-themes](https://www.npmjs.com/package/@brightlayer-ui/react-native-themes)) instead of directly using explicit colors from the colors package. +> This color palette depicts Material Design 2 (MD2) compatible colors — Material Design 3 (MD3) will use a new color system. If you are using @brightlayer-ui/colors, version 3 follows the structure below and version 4 follows the newer MD3 structure. Only React Native projects using React Native Paper version 5 should use the MD3 colors at this time. Other projects should continue to use the MD2 colors below. When using colors, we highly recommend you use semantic colors from our themes whenever possible instead of using colors directly from the colors package.