mirror of
https://github.com/mastodon/mastodon.git
synced 2025-07-13 15:58:13 +00:00

Co-authored-by: Echo <ChaosExAnima@users.noreply.github.com> Co-authored-by: Renaud Chaput <renchap@gmail.com>
8 lines
198 B
TypeScript
8 lines
198 B
TypeScript
import { create } from 'storybook/theming';
|
|
|
|
export default create({
|
|
base: 'light',
|
|
brandTitle: 'Mastodon Storybook',
|
|
brandImage: 'https://joinmastodon.org/logos/wordmark-black-text.svg',
|
|
});
|