Skip to content

Commit

Permalink
Merge pull request #1198 from gsoft-inc/feature/1196
Browse files Browse the repository at this point in the history
Tabs were not inheriting our base font-family
  • Loading branch information
fraincs authored Mar 15, 2023
2 parents 2708484 + ba96145 commit bdf1cd0
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/nine-elephants-deny.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@orbit-ui/components": patch
---

fixed an issue where tabs triggers would not inherit the body font family
1 change: 1 addition & 0 deletions packages/components/src/tabs/src/Tabs.css
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,7 @@
min-height: var(--o-ui-sz-7);
color: var(--o-ui-text-alias-secondary);
position: relative;
font-family: inherit;
}

/* View https://css-tricks.com/slightly-careful-sub-elements-clickable-things */
Expand Down

0 comments on commit bdf1cd0

Please sign in to comment.