Skip to content

Commit

Permalink
ref(feedback): Add font family to buttons (getsentry#11414)
Browse files Browse the repository at this point in the history
  • Loading branch information
c298lee authored and cadesalaberry committed Apr 19, 2024
1 parent eca10a4 commit b40594f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/feedback/src/modal/components/Dialog.css.ts
Original file line number Diff line number Diff line change
Expand Up @@ -156,6 +156,7 @@ export function createDialogStyles(): HTMLStyleElement {
font-size: 14px;
font-weight: 600;
padding: 6px 16px;
font-family: inherit;
}
.btn[disabled] {
opacity: 0.6;
Expand Down

0 comments on commit b40594f

Please sign in to comment.