Skip to content

Commit

Permalink
fix: relative path to logo in storybook theme
Browse files Browse the repository at this point in the history
  • Loading branch information
ergusto committed Apr 17, 2024
1 parent 6869ce7 commit c24927a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .storybook/theme.ts
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
import { create } from '@storybook/theming/create';
import colors from '../src/colors';
import { create } from '@storybook/theming/create'
import colors from '../src/colors'

export default create({
base: 'light',
brandTitle: 'Quantum',
brandImage: '/quantum-logo-light.png',
brandImage: './quantum-logo-light.png',

fontBase: 'Inter',

Expand Down Expand Up @@ -34,4 +34,4 @@ export default create({
inputBorder: '#97A1B8',
inputTextColor: '#111928',
inputBorderRadius: 2
});
})

0 comments on commit c24927a

Please sign in to comment.