Skip to content
Merged
Changes from 1 commit
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
Next Next commit
style: update header and content color to $gray-900 for better contrast
  • Loading branch information
kushagra-goyal-14 committed Aug 22, 2025
commit ed155a63c8b9adcf76b32377bdbb8edb711b6016
2 changes: 2 additions & 0 deletions packages/components/src/modal/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,7 @@
left: 0;

.components-modal__header-heading {
color: $gray-900;
font-size: 1.2rem;
font-weight: 600;
}
Expand Down Expand Up @@ -174,6 +175,7 @@

// Modal contents.
.components-modal__content {
color: $gray-900;
flex: 1;
margin-top: $header-height + $grid-unit-10;
// Small top padding required to avoid cutting off the visible outline when the first child element is focusable.
Expand Down
Loading