From 31d29d8cbfd78232231c5d133c996edbef0f727d Mon Sep 17 00:00:00 2001 From: Nathan Vasse Date: Mon, 23 Jan 2023 11:59:21 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D(doc)=20fixing=20typo=20in=20colors?= =?UTF-8?q?=20doc?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit So it has not more typos. --- packages/react/src/docs/colors.stories.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/react/src/docs/colors.stories.mdx b/packages/react/src/docs/colors.stories.mdx index 7212157..8966cf0 100644 --- a/packages/react/src/docs/colors.stories.mdx +++ b/packages/react/src/docs/colors.stories.mdx @@ -7,7 +7,7 @@ import { Canvas, Meta, Story, Source, ArgsTable } from '@storybook/addon-docs'; export const colors = ['primary', 'secondary', 'greyscale', 'success', 'info', 'warning', 'danger']; export const tints = [900, 800, 700, 600, 500, 400, 300, 200, 100]; -# Typo +# Colors Cunningham comes with an existing toolkit to deal with colors, and it's easy. 🎨