We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent afa79b6 commit e31fd63Copy full SHA for e31fd63
packages/feedback/src/core/components/FeedbackIcon.ts
@@ -14,7 +14,7 @@ export function FeedbackIcon(): SVGElement {
14
width: `${SIZE}`,
15
height: `${SIZE}`,
16
viewBox: `0 0 ${SIZE} ${SIZE}`,
17
- fill: 'var(--foreground)',
+ fill: 'var(--actor-color, var(--foreground))',
18
});
19
20
const g = setAttributesNS(createElementNS('g'), {
0 commit comments