Skip to content

Commit d8ee4ba

Browse files
committed
chore: update storybook theme
1 parent ce2b814 commit d8ee4ba

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.storybook/theme.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ export const Fiori4ReactTheme = create({
66
base: 'light',
77

88
colorPrimary: TEXT_COLOR, //'#000000',
9-
colorSecondary: '#0a6ed1',
9+
colorSecondary: PRIMARY_COLOR,
1010

1111
// UI
1212
appBg: '#edeff0',
@@ -24,7 +24,7 @@ export const Fiori4ReactTheme = create({
2424

2525
// Toolbar default and active colors
2626
barTextColor: '#ffffff',
27-
barSelectedColor: PRIMARY_COLOR,
27+
barSelectedColor: '#ffffff',
2828
barBg: '#354a5f',
2929

3030
// Form colors
@@ -42,6 +42,6 @@ export const Fiori4ReactTheme = create({
4242
* URL for name in top left corner to link to
4343
* @type {String}
4444
*/
45-
brandUrl: '#',
45+
brandUrl: 'https://sap.github.io/ui5-webcomponents-react',
4646
brandImage: 'https://raw.githubusercontent.com/SAP/ui5-webcomponents-react/master/assets/Logo.png'
4747
});

0 commit comments

Comments
 (0)