Skip to content

Commit

Permalink
Add color declaration for Dialog title (#2154)
Browse files Browse the repository at this point in the history
Co-authored-by: Cameron Dutro <camertron@gmail.com>
  • Loading branch information
langermank and camertron committed Jul 24, 2023
1 parent 78e0d17 commit 9005b5c
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .changeset/swift-ads-sit.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
"@primer/view-components": patch
---

Add color declaration for Dialog `title`

<!-- Changed components: _none_ -->
1 change: 1 addition & 0 deletions app/components/primer/alpha/dialog.pcss
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 9005b5c

Please sign in to comment.