From 02fd65171a692a6c7769c98a71050ad4a3230b1c Mon Sep 17 00:00:00 2001 From: Harsh Porwal <74822842+h-harsh@users.noreply.github.com> Date: Sat, 24 Sep 2022 13:29:16 +0530 Subject: [PATCH] [docs] Fix typo (#2544) --- docs/src/docs/styles/global-styles.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/docs/styles/global-styles.mdx b/docs/src/docs/styles/global-styles.mdx index ecce3d05364..e5879037635 100644 --- a/docs/src/docs/styles/global-styles.mdx +++ b/docs/src/docs/styles/global-styles.mdx @@ -33,7 +33,7 @@ function Demo() { '.your-class': { backgroundColor: 'red', - } + }, '#your-id > [data-active]': { backgroundColor: 'pink'