From 642e2a0d7b7d3aacca29ea5e3ef0b58ec4ef70bd Mon Sep 17 00:00:00 2001 From: Robin Malfait Date: Wed, 24 Apr 2024 22:52:46 +0200 Subject: [PATCH] update playgrounds to use new string-based `anchor` prop + CSS variables --- playgrounds/react/pages/menu/menu-with-transition.tsx | 4 ++-- playgrounds/react/pages/popover/popover.tsx | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/playgrounds/react/pages/menu/menu-with-transition.tsx b/playgrounds/react/pages/menu/menu-with-transition.tsx index ee4b5b97c8..eadd3219ad 100644 --- a/playgrounds/react/pages/menu/menu-with-transition.tsx +++ b/playgrounds/react/pages/menu/menu-with-transition.tsx @@ -41,8 +41,8 @@ export default function Home() { afterLeave={() => console.log('After leave')} >

Signed in as

diff --git a/playgrounds/react/pages/popover/popover.tsx b/playgrounds/react/pages/popover/popover.tsx index 868751d822..60fc80deba 100644 --- a/playgrounds/react/pages/popover/popover.tsx +++ b/playgrounds/react/pages/popover/popover.tsx @@ -60,8 +60,8 @@ export default function Home() { {items.map((item) => ( @@ -72,9 +72,9 @@ export default function Home() { {items.map((item) => (