diff --git a/webui2/.storybook/vitest.setup.ts b/webui2/.storybook/vitest.setup.ts
index d0a94b337184f3083a1d36a07687746ecb94fd79..253ffaec143ab40a97c2546685a7b65ed865443d 100644
--- a/webui2/.storybook/vitest.setup.ts
+++ b/webui2/.storybook/vitest.setup.ts
@@ -3,9 +3,8 @@ import { beforeAll } from "vitest";
import * as previewAnnotations from "./preview";
-// Apply Storybook decorators/parameters from preview.ts to portable stories.
-// Note: the @storybook/addon-vitest project handles this automatically;
-// this setup file is only used by the snapshot test project.
+// Apply Storybook decorators/parameters from preview.ts to portable stories
+// used by the snapshot test project.
const annotations = setProjectAnnotations([previewAnnotations]);
beforeAll(annotations.beforeAll);
diff --git a/webui2/src/components/ui/__snapshots__/button.test.tsx.snap b/webui2/src/components/ui/__snapshots__/button.test.tsx.snap
index 32f14b992d16b7dd5d28cf0816a5867fc0b926e0..cc1c3f0ccb2c2c8603be2a0229d21dfa945c7f13 100644
--- a/webui2/src/components/ui/__snapshots__/button.test.tsx.snap
+++ b/webui2/src/components/ui/__snapshots__/button.test.tsx.snap
@@ -1,65 +1,81 @@
// Vitest Snapshot v1, https://vitest.dev/guide/snapshot.html
exports[`Button/Default matches snapshot 1`] = `
-
+