From 76b815c089470f95b9495d38219560b1e478c612 Mon Sep 17 00:00:00 2001 From: AI Studio Date: Tue, 19 May 2026 21:59:28 +0000 Subject: [PATCH] feat: inject dynamic ThemeListener for fonts and colors --- Template-01/src/App.tsx | 1 + Template-02/src/App.tsx | 1 + 2 files changed, 2 insertions(+) diff --git a/Template-01/src/App.tsx b/Template-01/src/App.tsx index 1f9f043..fa9e7ee 100644 --- a/Template-01/src/App.tsx +++ b/Template-01/src/App.tsx @@ -1,3 +1,4 @@ +import { ThemeListener } from './components/layout/ThemeListener'; /** * @license * SPDX-License-Identifier: Apache-2.0 diff --git a/Template-02/src/App.tsx b/Template-02/src/App.tsx index 1f9f043..fa9e7ee 100644 --- a/Template-02/src/App.tsx +++ b/Template-02/src/App.tsx @@ -1,3 +1,4 @@ +import { ThemeListener } from './components/layout/ThemeListener'; /** * @license * SPDX-License-Identifier: Apache-2.0