1
0
Fork 0
mirror of https://github.com/immich-app/immich.git synced 2025-01-01 08:31:59 +00:00
immich/web/.storybook/theme.ts
2024-06-05 18:21:16 -04:00

9 lines
237 B
TypeScript

import { create } from '@storybook/theming/create';
import brandImage from '../../design/immich-logo-inline-dark.svg';
export default create({
base: 'dark',
brandTitle: 'immich',
brandUrl: 'https://immich.app/',
brandImage,
});