Skip to content
This repository has been archived by the owner on Mar 4, 2020. It is now read-only.

fix(Colors): update color scheme for Teams themes #2063

Merged
merged 4 commits into from
Oct 25, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
- Show debug panel correctly for components with no owner @miroslavstastny ([#2055](https://github.com/stardust-ui/react/pull/2055))
- Correctly handle empty key actions in RTL @miroslavstastny ([#2060](https://github.com/stardust-ui/react/pull/2060))
- Accessibility improvements for `tree` and `splitButton` @kolaps33 ([#2032](https://github.com/stardust-ui/react/pull/2032))
- Update color scheme values in Teams theme @codepretty ([#2063](https://github.com/stardust-ui/react/pull/2063))
- Fixing a core keydown disconnect issue @dzearing ([#2056](https://github.com/stardust-ui/react/pull/2056))

### Features
Expand Down
2 changes: 1 addition & 1 deletion packages/react/src/themes/teams-high-contrast/colors.ts
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@ export const colorScheme: ColorSchemeMapping = {
foreground2: colors.black,

background: colors.white,
background1: colors.white,
background1: colors.black,
background2: colors.black,
background3: accessibleYellow,

Expand Down