mirror of
https://github.com/immich-app/immich.git
synced 2025-01-01 08:31:59 +00:00
feat: immich branding
This commit is contained in:
parent
4c87890a03
commit
7180ce590a
2 changed files with 15 additions and 0 deletions
6
web/.storybook/manager.ts
Normal file
6
web/.storybook/manager.ts
Normal file
|
@ -0,0 +1,6 @@
|
||||||
|
import { addons } from '@storybook/manager-api';
|
||||||
|
import theme from './theme';
|
||||||
|
|
||||||
|
addons.setConfig({
|
||||||
|
theme,
|
||||||
|
});
|
9
web/.storybook/theme.ts
Normal file
9
web/.storybook/theme.ts
Normal file
|
@ -0,0 +1,9 @@
|
||||||
|
import { create } from '@storybook/theming/create';
|
||||||
|
import brandImage from '../../design/immich-logo-inline-light.png';
|
||||||
|
|
||||||
|
export default create({
|
||||||
|
base: 'light',
|
||||||
|
brandTitle: 'immich',
|
||||||
|
brandUrl: 'https://immich.app/',
|
||||||
|
brandImage,
|
||||||
|
});
|
Loading…
Reference in a new issue