From c59c83b035643908f5c735604b443a21c623d0ae Mon Sep 17 00:00:00 2001 From: Zohar Manor-Abel Date: Tue, 2 Jun 2026 14:15:00 +0100 Subject: [PATCH] Set the default to `DiamondTheme` Rather than `DiamondDSTheme`. This is temporary until all components are released with a DS theme ability. --- .storybook/preview.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.storybook/preview.tsx b/.storybook/preview.tsx index 6536a3e..3ddb829 100644 --- a/.storybook/preview.tsx +++ b/.storybook/preview.tsx @@ -81,7 +81,7 @@ const preview: Preview = { }, }, initialGlobals: { - theme: TextThemeDiamondDS, + theme: TextThemeDiamond, themeMode: TextSystem, }, parameters: {