From e79659c9cb202610bf5d1a38be6f44367e19d72c Mon Sep 17 00:00:00 2001 From: chajun <86579954+chpalac@users.noreply.github.com> Date: Mon, 19 Dec 2022 10:27:53 -0300 Subject: [PATCH] fix: button styles for disabledFocusable and text variation (#26012) * fix: button styles for disabledFocusable and text variation * chore: add changelog --- packages/fluentui/CHANGELOG.md | 1 + .../src/themes/teams/components/Button/buttonStyles.ts | 3 +++ 2 files changed, 4 insertions(+) diff --git a/packages/fluentui/CHANGELOG.md b/packages/fluentui/CHANGELOG.md index 7c3614365accb..fea0efa53610a 100644 --- a/packages/fluentui/CHANGELOG.md +++ b/packages/fluentui/CHANGELOG.md @@ -21,6 +21,7 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm ### Fixes - `Carousel` fix for FZ - Adding data-is-visible prop #25973 @kolaps33 ([#25973](https://github.com/microsoft/fluentui/pull/25973)) - Fix `Dropdown` allowing interaction with selected items when disabled @chpalac ([#25954](https://github.com/microsoft/fluentui/pull/25954)) +- Fix `Button` styles for `disabledFocusable` when `text` @chpalac ([#26012](https://github.com/microsoft/fluentui/pull/26012)) ## [v0.65.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-northstar_v0.65.0) (2022-10-31) diff --git a/packages/fluentui/react-northstar/src/themes/teams/components/Button/buttonStyles.ts b/packages/fluentui/react-northstar/src/themes/teams/components/Button/buttonStyles.ts index 069f297b4cba4..a09b595215e71 100644 --- a/packages/fluentui/react-northstar/src/themes/teams/components/Button/buttonStyles.ts +++ b/packages/fluentui/react-northstar/src/themes/teams/components/Button/buttonStyles.ts @@ -235,6 +235,9 @@ export const buttonStyles: ComponentSlotStylesPrepared