Skip to content

Commit 33d3ae5

Browse files
committed
address PR comments
1 parent 97c68f4 commit 33d3ae5

3 files changed

Lines changed: 4 additions & 112 deletions

File tree

packages/component/src/Styles/StyleSet/FeedbackForm.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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',

packages/fluent-theme/src/components/activity/FeedbackForm.module.css

Lines changed: 0 additions & 108 deletions
This file was deleted.

packages/fluent-theme/src/components/theme/Theme.module.css

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -211,14 +211,14 @@
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);

0 commit comments

Comments
 (0)