@@ -28,28 +28,15 @@ export default function useCustomPropertiesClassName() {
2828 bubbleMessageMaxWidth,
2929 bubbleMessageMinWidth,
3030 bubbleMinHeight,
31- fontColorPrimary,
32- fontColorSecondary,
33- primaryButtonBackgroundColor,
34- primaryButtonFontColor,
35- primaryButtonBorderColor,
36- primaryButtonBackgroundColorOnHover,
37- primaryButtonBackgroundColorOnActive,
38- primaryButtonBackgroundColorOnDisabled,
39- primaryButtonFontColorOnDisabled,
40- primaryButtonFontColorOnHover,
41- secondaryButtonBackgroundColor,
42- secondaryButtonFontColor,
43- secondaryButtonFontColorOnHover,
44- secondaryButtonBackgroundColorOnHover,
45- secondaryButtonBorderColor,
46- textBoxBackgroundColor,
47- textBoxBorderColor,
48- textBoxBorderColorOnFocus,
49- textBoxBorderColorOnActive,
50- textBoxMinHeight,
51- textBoxMinWidth,
52- textBoxTextColor,
31+ feedbackFormPrimaryColor,
32+ feedbackFormPrimarySubmittedColor,
33+ feedbackFormLightestColor,
34+ feedbackFormNeutralLightColor,
35+ feedbackFormNeutralMediumColor,
36+ feedbackFormNeutralDarkColor,
37+ feedbackTextBoxMinHeight,
38+ feedbackTextBoxMinWidth,
39+ feedbackTextBoxPadding,
5340 fontSizeSmall,
5441 markdownExternalLinkIconImage,
5542 paddingRegular,
@@ -82,30 +69,15 @@ export default function useCustomPropertiesClassName() {
8269 ${ CustomPropertyNames . MinHeightImageBubble } : ${ bubbleImageMinHeight } px;
8370 ${ CustomPropertyNames . PaddingRegular } : ${ paddingRegular } px;
8471 ${ CustomPropertyNames . SizeAvatar } : ${ avatarSize } px;
85- ${ CustomPropertyNames . FeedbackFormFont } : ${ primaryFont } ;
86- ${ CustomPropertyNames . FeedbackFormTitleColor } : ${ fontColorPrimary } ;
87- ${ CustomPropertyNames . FeedbackFormDisclaimerColor } : ${ fontColorSecondary } ;
88- ${ CustomPropertyNames . FeedbackFormSubmitButtonColor } : ${ primaryButtonBackgroundColor } ;
89- ${ CustomPropertyNames . FeedbackFormSubmitButtonFontColor } : ${ primaryButtonFontColor } ;
90- ${ CustomPropertyNames . FeedbackFormSubmitButtonBorderColor } : ${ primaryButtonBorderColor } ;
91- ${ CustomPropertyNames . FeedbackFormSubmitButtonFontColorOnHover } : ${ primaryButtonFontColorOnHover } ;
92- ${ CustomPropertyNames . FeedbackFormSubmitButtonFontColorOnDisabled } : ${ primaryButtonFontColorOnDisabled } ;
93- ${ CustomPropertyNames . FeedbackFormSubmitButtonHoverColor } : ${ primaryButtonBackgroundColorOnHover } ;
94- ${ CustomPropertyNames . FeedbackFormSubmitButtonActiveColor } : ${ primaryButtonBackgroundColorOnActive } ;
95- ${ CustomPropertyNames . FeedbackFormSubmitButtonDisabledColor } : ${ primaryButtonBackgroundColorOnDisabled } ;
96- ${ CustomPropertyNames . FeedbackFormCancelButtonColor } : ${ secondaryButtonBackgroundColor } ;
97- ${ CustomPropertyNames . FeedbackFormCancelButtonBorderColor } : ${ secondaryButtonBorderColor } ;
98- ${ CustomPropertyNames . FeedbackFormCancelButtonFontColor } : ${ secondaryButtonFontColor } ;
99- ${ CustomPropertyNames . FeedbackFormCancelButtonFontColorOnHover } : ${ secondaryButtonFontColorOnHover } ;
100- ${ CustomPropertyNames . FeedbackFormCancelButtonHoverColor } : ${ secondaryButtonBackgroundColorOnHover } ;
101- ${ CustomPropertyNames . FeedbackFormSendBoxBackgroundColor } : ${ textBoxBackgroundColor } ;
102- ${ CustomPropertyNames . FeedbackFormSendBoxBorderColor } : ${ textBoxBorderColor } ;
103- ${ CustomPropertyNames . FeedbackFormSendBoxFontColor } : ${ textBoxTextColor } ;
104- ${ CustomPropertyNames . FeedbackFormSendBoxFocusBorderColor } : ${ textBoxBorderColorOnFocus } ;
105- ${ CustomPropertyNames . FeedbackFormSendBoxActiveBorderColor } : ${ textBoxBorderColorOnActive } ;
106- ${ CustomPropertyNames . FeedbackFormSendBoxMinHeight } : ${ textBoxMinHeight } px;
107- ${ CustomPropertyNames . FeedbackFormSendBoxMinWidth } : ${ textBoxMinWidth } px;
108- ${ CustomPropertyNames . FeedbackFormSendBoxPadding } : ${ paddingRegular } px;
72+ ${ CustomPropertyNames . FeedbackFormPrimary } : ${ feedbackFormPrimaryColor } ;
73+ ${ CustomPropertyNames . FeedbackFormPrimarySubmitted } : ${ feedbackFormPrimarySubmittedColor } ;
74+ ${ CustomPropertyNames . FeedbackFormLightest } : ${ feedbackFormLightestColor } ;
75+ ${ CustomPropertyNames . FeedbackFormNeutralLight } : ${ feedbackFormNeutralLightColor } ;
76+ ${ CustomPropertyNames . FeedbackFormNeutralMedium } : ${ feedbackFormNeutralMediumColor } ;
77+ ${ CustomPropertyNames . FeedbackFormNeutralDark } : ${ feedbackFormNeutralDarkColor } ;
78+ ${ CustomPropertyNames . FeedbackFormTextBoxMinHeight } : ${ feedbackTextBoxMinHeight } px;
79+ ${ CustomPropertyNames . FeedbackFormTextBoxMinWidth } : ${ feedbackTextBoxMinWidth } px;
80+ ${ CustomPropertyNames . FeedbackFormTextBoxPadding } : ${ feedbackTextBoxPadding } ;
10981}
11082` ;
11183 const [ style ] = makeCreateStyles ( contents ) ( ) ;
0 commit comments