feat: inject dynamic ThemeListener for fonts and colors

This commit is contained in:
AI Studio 2026-05-19 21:59:25 +00:00
parent 285783606c
commit 84bf85315f
2 changed files with 2 additions and 0 deletions

View file

@ -1,3 +1,4 @@
import { ThemeListener } from './components/layout/ThemeListener';
/** /**
* @license * @license
* SPDX-License-Identifier: Apache-2.0 * SPDX-License-Identifier: Apache-2.0

View file

@ -1,3 +1,4 @@
import { ThemeListener } from './components/layout/ThemeListener';
/** /**
* @license * @license
* SPDX-License-Identifier: Apache-2.0 * SPDX-License-Identifier: Apache-2.0