From 8e2720146d655a77e09445eb9df8ad6ea98ed9c1 Mon Sep 17 00:00:00 2001 From: Dominik Stumpf Date: Tue, 19 Nov 2024 13:49:40 +0100 Subject: [PATCH] test: add theme test to playground --- src/app/playground/page.tsx | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/src/app/playground/page.tsx b/src/app/playground/page.tsx index a1a773e213..9bf4132b81 100644 --- a/src/app/playground/page.tsx +++ b/src/app/playground/page.tsx @@ -1,12 +1,17 @@ const Playground = () => { return (
-

Hello, Guild!

+

+ Hello, Guild!, page for testing frameworks, configs +

Hello, Guild!

Test, one, two, three...

Test, one, two, three...

+

+ In dark mode I appear violet, in light we go rose +

); };