File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed
__tests__/html2/fluentTheme
packages/fluent-theme/src/components/theme Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 5959 } ) ,
6060 colorNeutralBackground1Disabled : '#101010' ,
6161 colorNeutralBackground1Hover : '#101010' ,
62- colorNeutralForeground5 : '#424242'
62+ colorNeutralForeground5 : '#424242' ,
63+ colorNeutralForegroundOnBrand : '#292929'
6364 } ;
6465
6566 root . render (
Original file line number Diff line number Diff line change 2121 --webchat-colorNeutralForeground4 : var (--colorNeutralForeground4 , # 707070 );
2222 --webchat-colorNeutralForeground5 : var (--colorNeutralForeground5 , # 7e7e7e );
2323
24+ --webchat-colorNeutralForegroundOnBrand : var (--colorNeutralForegroundOnBrand , # fff );
25+
2426 --webchat-colorNeutralBackgroundDisabled : var (--colorNeutralBackgroundDisabled , # f0f0f0 );
2527 --webchat-colorNeutralBackground1 : var (--colorNeutralBackground1 , # ffffff );
2628 --webchat-colorNeutralBackground1Hover : var (--colorNeutralBackground1Hover , # f5f5f5 );
645647 background-color : var (--webchat-colorBrandForeground1 );
646648 border : var (--webchat-strokeWidthThin ) solid var (--webchat-colorBrandForeground1 );
647649 border-radius : var (--webchat-borderRadiusMedium );
648- color : var (--webchat-colorNeutralBackground1 );
650+ color : var (--webchat-colorNeutralForegroundOnBrand );
649651 cursor : pointer;
650652 font-family : var (--webchat-fontFamilyBase );
651653 font-size : var (--webchat-fontSizeBase300 );
You can’t perform that action at this time.
0 commit comments