Skip to content

Commit

Permalink
Set textstyle for baseStyleLink (#843)
Browse files Browse the repository at this point in the history
* Set textstyle for baseStyleLink

* Create nice-teachers-complain.md

---------

Co-authored-by: Kristofer Giltvedt Selbekk <[email protected]>
  • Loading branch information
KrisAesoey and selbekk authored Sep 12, 2023
1 parent c2b8e0e commit 6fc147d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/nice-teachers-complain.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@vygruppen/spor-react": patch
---

Breadcrumb: Ensure the breadcrumbs scale correctly
1 change: 1 addition & 0 deletions packages/spor-react/src/theme/components/breadcrumb.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ const baseStyleLink = defineStyle({
outline: "none",
color: "inherit",
textDecoration: "none",
textStyle: "xs",
"&:not([aria-current=page])": {
cursor: "pointer",
paddingX: 0.5,
Expand Down

0 comments on commit 6fc147d

Please sign in to comment.