File tree Expand file tree Collapse file tree
component/src/Styles/StyleSet
fluent-theme/src/components Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -56,7 +56,7 @@ export default function createFeedbackFormStyle() {
5656 cursor : 'not-allowed'
5757 } ,
5858 '&.feedback-form__button__cancel' : {
59- backgroundColor : '#ffffff' ,
59+ backgroundColor : CSSTokens . FeedbackFormCancelButtonColor ,
6060 borderRadius : '4px' ,
6161 cursor : 'pointer' ,
6262 fontSize : '12px' ,
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 211211 --webchat__border-animation--color-1 : # 464feb ;
212212 --webchat__border-animation--color-2 : # 47cffa ;
213213 --webchat__border-animation--color-3 : # b47cf8 ;
214- --webchat__button--text--primary : # ffffff ;
215- --webchat__button--text--primary--hover : # ffffff ;
214+ --webchat__button--text--primary : var ( --webchat-colorNeutralBackground1 ) ;
215+ --webchat__button--text--primary--hover : var ( --webchat-colorNeutralBackground1 ) ;
216216 --webchat__button--text--primary--disabled : var (--webchat-colorNeutralForeground5 );
217217 --webchat__button--primary--border : var (--webchat-colorBrandForeground1 );
218218 --webchat__button--primary--hover : var (--webchat-colorBrandForeground2Hover );
219219 --webchat__button--primary--active : var (--webchat-colorBrandForeground2Pressed );
220220 --webchat__button--primary--disabled : var (--webchat-colorNeutralBackground5 );
221- --webchat__button--secondary : # ffffff ;
221+ --webchat__button--secondary : var ( --webchat-colorNeutralBackground1 ) ;
222222 --webchat__button--secondary--border : var (--webchat-colorNeutralStroke1 );
223223 --webchat__button--text--secondary : var (--webchat-colorGray200 );
224224 --webchat__button--text--secondary--hover : var (--webchat-colorNeutralForeground1Hover );
You can’t perform that action at this time.
0 commit comments