Signed-off-by: Charles de Dreuille <charles.dedreuille@gmail.com>
This commit is contained in:
Charles de Dreuille
2026-02-13 13:28:09 +00:00
parent 4137a43a1b
commit 0bf7ff679a
6 changed files with 25 additions and 71 deletions
+1 -2
View File
@@ -135,8 +135,7 @@ export default definePreview({
document.body.style.backgroundColor = 'var(--bui-bg-app)';
const docsStoryElements = document.getElementsByClassName('docs-story');
Array.from(docsStoryElements).forEach(element => {
(element as HTMLElement).style.backgroundColor =
'var(--bui-bg-app)';
(element as HTMLElement).style.backgroundColor = 'var(--bui-bg-app)';
});
return (