UNPKG

sui-explorer-local

Version:
11 lines (8 loc) 279 B
// Copyright (c) Mysten Labs, Inc. // SPDX-License-Identifier: Apache-2.0 import { addons } from '@storybook/addons'; import { themes } from '@storybook/theming'; // Force the theme to light, as our components do not suppor theming addons.setConfig({ theme: themes.light, });