test(ui): verify storybook light theme

This commit is contained in:
vince 2026-06-20 01:07:26 +02:00
parent b923ac8947
commit 0b2deb8405
4 changed files with 83 additions and 10 deletions

View file

@ -20,9 +20,7 @@ export const Light: Story = {
args: {
theme: "light",
},
parameters: {
globals: {
theme: "light",
},
globals: {
theme: "light",
},
};