diff --git a/.changeset/swift-ads-sit.md b/.changeset/swift-ads-sit.md new file mode 100644 index 0000000000..beaf2c25c5 --- /dev/null +++ b/.changeset/swift-ads-sit.md @@ -0,0 +1,7 @@ +--- +"@primer/view-components": patch +--- + +Add color declaration for Dialog `title` + + diff --git a/app/components/primer/alpha/dialog.pcss b/app/components/primer/alpha/dialog.pcss index c10794bad0..d2d9b680ca 100644 --- a/app/components/primer/alpha/dialog.pcss +++ b/app/components/primer/alpha/dialog.pcss @@ -152,6 +152,7 @@ z-index: 1; display: flex; flex-direction: column; + color: var(--fgColor-default); &.Overlay-header--divided { padding-bottom: var(--stack-padding-condensed);