File size: 133 Bytes
a03b3ba
 
 
 
 
 
1
2
3
4
5
6
7
import { addons } from "@storybook/manager-api";
import gradioTheme from "./themeLight";

addons.setConfig({
	theme: gradioTheme
});