Skip to content

Commit

Permalink
Add the new CMS logo locally
Browse files Browse the repository at this point in the history
  • Loading branch information
edwilde committed Oct 27, 2023
1 parent 7cda7c7 commit 050b8b9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .storybook/theme/SilverstripeTheme.js
Original file line number Diff line number Diff line change
@@ -1,16 +1,17 @@
import { create } from '@storybook/theming/create';
import logo from './images/logo.svg';

const SilverstripeTheme = create({
base: 'light',
brandTitle: 'Silverstripe CMS - Storybook',
brandImage: 'https://www.silverstripe.org/themes/ssv3/img/global-logo-open-source.svg',
brandImage: logo,
brandTarget: '_self',

// Main colors
colorPrimary: '#005be0',
// Temporary
colorSecondary: '#005be0',

// Toolbar default and active colors
barTextColor: '#9E9E9E',
barSelectedColor: '#005be0',
Expand Down
1 change: 1 addition & 0 deletions .storybook/theme/images/logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 050b8b9

Please sign in to comment.