Skip to content

Commit 38ab325

Browse files
authored
ref(feedback): Add font family style to actor (#11432)
I forgot to apply the font family style to the actor button too follow up to #11414 ref: #10202
1 parent a9ef859 commit 38ab325

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/feedback/src/core/components/Actor.css.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ export function createActorStyles(): HTMLStyleElement {
2525
cursor: pointer;
2626
font-size: 14px;
2727
font-weight: 600;
28+
font-family: inherit;
2829
padding: 12px 16px;
2930
text-decoration: none;
3031
z-index: 9000;

0 commit comments

Comments
 (0)