fix(Alert): themeing updates for the alert component#1226
fix(Alert): themeing updates for the alert component#1226codepretty merged 29 commits intomasterfrom
Conversation
Codecov Report
@@ Coverage Diff @@
## master #1226 +/- ##
=========================================
- Coverage 72.14% 72% -0.14%
=========================================
Files 731 734 +3
Lines 5596 5608 +12
Branches 1614 1618 +4
=========================================
+ Hits 4037 4038 +1
- Misses 1554 1565 +11
Partials 5 5
Continue to review full report at Codecov.
|
docs/src/examples/components/Alert/Variations/AlertExampleOOF.shorthand.tsx
Outdated
Show resolved
Hide resolved
packages/react/src/themes/teams-high-contrast/components/Alert/alertVariables.ts
Outdated
Show resolved
Hide resolved
packages/react/src/themes/teams-dark/components/Alert/alertVariables.ts
Outdated
Show resolved
Hide resolved
Maximized view breaks if example filename contains multiple consecutive capital letters (OOF in this case) as a workaround please rename the example files to |
…ides may need to be removed for this change
docs/src/examples/components/Alert/Variations/AlertExampleAction.shorthand.tsx
Outdated
Show resolved
Hide resolved
packages/react/src/themes/teams/components/Alert/alertStyles.ts
Outdated
Show resolved
Hide resolved
packages/react/src/themes/teams/components/Alert/alertStyles.ts
Outdated
Show resolved
Hide resolved
docs/src/examples/components/Alert/Variations/AlertExampleOOF.shorthand.tsx
Outdated
Show resolved
Hide resolved
docs/src/examples/components/Alert/Variations/AlertExampleOOF.shorthand.tsx
Outdated
Show resolved
Hide resolved
bmdalex
left a comment
There was a problem hiding this comment.
looks good, few comments 👍
@Bugaa92 |
| focusInnerBorderColor: siteVars.colors.white, | ||
| focusOuterBorderColor: siteVars.colors.black, | ||
|
|
||
| dangerColor: siteVars.red, |
There was a problem hiding this comment.
Can we add comments here about what should this color be with the new palette?
Themeing update for Alert component
