From 9005b5cdb00a628f4f9efe93066dab5413b181e5 Mon Sep 17 00:00:00 2001 From: Katie Langerman <18661030+langermank@users.noreply.github.com> Date: Mon, 24 Jul 2023 15:04:05 -0700 Subject: [PATCH] Add color declaration for Dialog `title` (#2154) Co-authored-by: Cameron Dutro --- .changeset/swift-ads-sit.md | 7 +++++++ app/components/primer/alpha/dialog.pcss | 1 + 2 files changed, 8 insertions(+) create mode 100644 .changeset/swift-ads-sit.md 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);