From 9b305fd9a69ea825a05c49942c723c868c491096 Mon Sep 17 00:00:00 2001 From: Jono Kolnik <1164060+JonathanKolnik@users.noreply.github.com> Date: Mon, 7 Aug 2023 14:27:59 -0400 Subject: [PATCH] Update Button.stories.js --- stories/Button.stories.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/stories/Button.stories.js b/stories/Button.stories.js index 1361ad6..645bcc3 100644 --- a/stories/Button.stories.js +++ b/stories/Button.stories.js @@ -89,9 +89,9 @@ DirectSelector.parameters = { export const DirectSelectorParentDoesNotAffectDescendants = () => ( <> - + -
+
@@ -100,6 +100,6 @@ export const DirectSelectorParentDoesNotAffectDescendants = () => ( DirectSelectorParentDoesNotAffectDescendants.parameters = { pseudo: { - hover: ["[data-hover]"], + hover: ["#foo"], }, } \ No newline at end of file