Skip to content

Commit

Permalink
ref(feedback): Add font family style to actor (getsentry#11432)
Browse files Browse the repository at this point in the history
I forgot to apply the font family style to the actor button too

follow up to getsentry#11414
ref: getsentry#10202
  • Loading branch information
c298lee authored and cadesalaberry committed Apr 19, 2024
1 parent 1ec89f0 commit 21233c8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/feedback/src/core/components/Actor.css.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ export function createActorStyles(): HTMLStyleElement {
cursor: pointer;
font-size: 14px;
font-weight: 600;
font-family: inherit;
padding: 12px 16px;
text-decoration: none;
z-index: 9000;
Expand Down

0 comments on commit 21233c8

Please sign in to comment.