Skip to content

Commit 0488ef0

Browse files
committed
More colors fixed and snaps
1 parent 32d1afb commit 0488ef0

3 files changed

Lines changed: 2 additions & 2 deletions

File tree

-48 Bytes
Loading
-45 Bytes
Loading

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -647,8 +647,8 @@
647647
}
648648

649649
:global(.webchat-fluent).theme :global(.webchat__feedback-form__button__submit) {
650-
background-color: var(--webchat-colorBrandForeground1);
651-
border: var(--webchat-strokeWidthThin) solid var(--webchat-colorBrandForeground1);
650+
background-color: var(--webchat-colorBrandBackground);
651+
border: var(--webchat-strokeWidthThin) solid var(--webchat-colorBrandBackground);
652652
border-radius: var(--webchat-borderRadiusMedium);
653653
color: var(--webchat-colorNeutralForegroundOnBrand);
654654
cursor: pointer;

0 commit comments

Comments
 (0)