From 93e9d3294bfff4f9e3df674d56d9cac59a7c2191 Mon Sep 17 00:00:00 2001 From: Vivek Date: Thu, 23 Jul 2026 11:21:12 +0530 Subject: [PATCH] fix: add cursor-pointer to the gallery streaming demo button The streaming demo's 'Stream tokens' button was the one gallery button missing cursor-pointer (Tailwind v4 dropped the default button cursor, and every other gallery button already sets it per-button). A full audit of every button and @click element in the gallery found this was the only gap. --- .../gallery/modules/streaming/components/token-stream.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/cli/templates/gallery/modules/streaming/components/token-stream.ts b/packages/cli/templates/gallery/modules/streaming/components/token-stream.ts index a5a8376fb..b733b86db 100644 --- a/packages/cli/templates/gallery/modules/streaming/components/token-stream.ts +++ b/packages/cli/templates/gallery/modules/streaming/components/token-stream.ts @@ -34,7 +34,7 @@ export class TokenStream extends WebComponent {