From 43669e434f486ae2179206d48d038d2cd20cd5ec Mon Sep 17 00:00:00 2001 From: Anika Date: Fri, 16 Sep 2022 16:25:04 -0400 Subject: [PATCH 1/2] no tracking for .vscode --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 69368fbb..1da14503 100644 --- a/.gitignore +++ b/.gitignore @@ -4,4 +4,5 @@ dist dist-ssr *.local .history -.env \ No newline at end of file +.env +.vscode \ No newline at end of file From f8d0416b46a1bdb96fbfa4bfdb7b0339268230cc Mon Sep 17 00:00:00 2001 From: Anika Date: Fri, 16 Sep 2022 16:31:48 -0400 Subject: [PATCH 2/2] highlight text within indicator state --- src/Indicator/Indicator.stories.tsx | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/src/Indicator/Indicator.stories.tsx b/src/Indicator/Indicator.stories.tsx index ceffcf7c..121f1376 100644 --- a/src/Indicator/Indicator.stories.tsx +++ b/src/Indicator/Indicator.stories.tsx @@ -31,3 +31,14 @@ Default.args = { ), item: , } + +export const ResponsiveNotificationBubble: Story = (args) => { + return +} + +ResponsiveNotificationBubble.args = { + children: ( + + ), + item: 7} />, +} \ No newline at end of file