diff --git a/.changeset/clever-brooms-hear.md b/.changeset/clever-brooms-hear.md new file mode 100644 index 0000000000..f988cb20c8 --- /dev/null +++ b/.changeset/clever-brooms-hear.md @@ -0,0 +1,5 @@ +--- +"@rocket.chat/fuselage": patch +--- + +fix(fuselage): change `Callout` text color diff --git a/packages/fuselage/src/components/Callout/Callout.styles.scss b/packages/fuselage/src/components/Callout/Callout.styles.scss index 3e3f750480..ac91b931af 100644 --- a/packages/fuselage/src/components/Callout/Callout.styles.scss +++ b/packages/fuselage/src/components/Callout/Callout.styles.scss @@ -19,7 +19,7 @@ $callout-danger-color: theme( 'callout-danger-color', colors.status-font(on-danger) ); -$callout-text-color: theme('callout-text-color', colors.font(pure-black)); +$callout-text-color: theme('callout-text-color', colors.font(default)); .rcx-callout { display: flex;