We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4ef4d81 commit aed28bcCopy full SHA for aed28bc
1 file changed
report-app/src/app/shared/provider-label.ts
@@ -30,7 +30,8 @@ const exactMatches: Record<string, string> = {
30
height: 24px;
31
}
32
33
- :host-context(.dark-mode) :host(.genkit) .logo {
+ :host-context(.dark-mode) :host(.genkit) .logo,
34
+ :host-context(.dark-mode) :host(.next) .logo {
35
filter: invert(1);
36
37
`,
0 commit comments