Skip to content

Commit

Permalink
Apply global font-family settings to Radix-originated toolbar
Browse files Browse the repository at this point in the history
  • Loading branch information
hoshinotsuyoshi committed Dec 20, 2024
1 parent 9065d33 commit 71ce85d
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,8 @@
box-shadow: 0px 10px 38px -10px rgba(22, 23, 24, 0.35), 0px 10px 20px -15px
rgba(22, 23, 24, 0.2);
}

/* https://github.com/radix-ui/primitives/issues/2908 */
:global([data-radix-popper-content-wrapper]) {
font-family: var(--main-font);
}

0 comments on commit 71ce85d

Please sign in to comment.