Skip to content

Commit 35b86ff

Browse files
authored
fix: adds color variable for date and summary in mgt-search-results (#3153)
1 parent 7392095 commit 35b86ff

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

packages/mgt-components/src/components/mgt-search-results/mgt-search-results.scss

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,11 +48,12 @@ $answer-padding: var(--answer-padding, 10px);
4848
}
4949

5050
padding-top: 3px;
51+
color: $color;
5152
}
5253

5354
.search-result-summary {
5455
margin: 4px 0;
55-
color: var(--body-subtle-text-color);
56+
color: $color;
5657
}
5758

5859
.search-result-thumbnail {

0 commit comments

Comments
 (0)