mirror of
https://github.com/gradio-app/gradio.git
synced 2025-02-17 11:29:58 +08:00
7 lines
133 B
JavaScript
7 lines
133 B
JavaScript
|
import { addons } from "@storybook/manager-api";
|
||
|
import gradioTheme from "./themeLight";
|
||
|
|
||
|
addons.setConfig({
|
||
|
theme: gradioTheme
|
||
|
});
|