Skip to content

Commit ae5e343

Browse files
authored
fix: theme colors for mgt-search-results (#3116)
1 parent bc8423c commit ae5e343

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ $answer-padding: var(--answer-padding, 10px);
7575
margin: 4px 0;
7676

7777
a {
78-
color: var(--color);
78+
color: $color;
7979
text-decoration: none;
8080

8181
&:hover {
@@ -105,7 +105,7 @@ $answer-padding: var(--answer-padding, 10px);
105105
margin: 4px 0;
106106

107107
a {
108-
color: var(--color);
108+
color: $color;
109109
text-decoration: none;
110110

111111
&:hover {

0 commit comments

Comments
 (0)