@@ -3,33 +3,33 @@ import { create } from '@storybook/theming/create';
33export default create ( {
44 base : 'light' ,
55
6- // colorPrimary: 'hotpink',
7- // colorSecondary: 'deepskyblue ',
6+ // colorPrimary: 'hotpink',
7+ colorSecondary : '#0360B9 ' ,
88
99 // UI
10- // appBg: 'white',
11- // appContentBg: 'silver',
12- // appBorderColor: 'grey',
13- // appBorderRadius: 4,
10+ // appBg: 'white',
11+ // appContentBg: 'silver',
12+ // appBorderColor: 'grey',
13+ // appBorderRadius: 4,
1414
1515 // Typography
16- // fontBase: '"Open Sans", sans-serif',
17- // fontCode: 'monospace',
16+ // fontBase: '"Open Sans", sans-serif',
17+ // fontCode: 'monospace',
1818
1919 // Text colors
20- // textColor: 'black ',
21- // textInverseColor: 'rgba(255,255,255,0.9)',
20+ textColor : '#1A1A1A ' ,
21+ textInverseColor : 'rgba(255,255,255,0.9)' ,
2222
2323 // Toolbar default and active colors
24- // barTextColor: 'silver ',
25- // barSelectedColor: 'black ',
26- // barBg: 'hotpink',
24+ barTextColor : '#717171 ' ,
25+ // barSelectedColor: '#0360B9 ',
26+ // barBg: 'hotpink',
2727
2828 // Form colors
29- // inputBg: 'white',
30- // inputBorder: 'silver',
31- // inputTextColor: 'black',
32- // inputBorderRadius: 4,
29+ // inputBg: 'white',
30+ // inputBorder: 'silver',
31+ // inputTextColor: 'black',
32+ // inputBorderRadius: 4,
3333
3434 brandTitle : 'Microsoft Graph Toolkit Playground' ,
3535 brandUrl : 'https://aka.ms/mgt'
0 commit comments