File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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} ) ;
You can’t perform that action at this time.
0 commit comments