Skip to content

Commit 7ede6cc

Browse files
authored
[Accessibility Improvements] Copilot Search - use $mutedTextcolor for No Results Found (#55506)
1 parent 0cdb0f4 commit 7ede6cc

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/search/components/input/SearchOverlay.module.scss

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33
@import "@primer/css/support/variables/layout.scss";
44
@import "@primer/css/support/mixins/layout.scss";
55

6+
$mutedTextColor: var(--fgColor-muted, var(--color-fg-muted, #656d76));
7+
68
.overlayBackdrop {
79
position: fixed;
810
top: 0;
@@ -114,3 +116,7 @@
114116
font-weight: 500 !important;
115117
}
116118
}
119+
120+
.noResultsFound {
121+
color: $mutedTextColor !important;
122+
}

0 commit comments

Comments
 (0)