Skip to content

Commit

Permalink
docs(styling): fix doc link (uber#4523)
Browse files Browse the repository at this point in the history
  • Loading branch information
williamernest authored Sep 15, 2021
1 parent d6db555 commit 2b22c0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion documentation-site/pages/guides/styling.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -418,7 +418,7 @@ This works for simple components, but most components, while being built with st

Now we turn to the `overrides` prop, which exists on nearly every Base Web component. If it isn't a styled component, it will have an `overrides` prop.

The [override pattern](<(/guides/understanding-overrides)>) allows us to pass styling and props to, or replace, a part of a Base Web component. Consider that a complex component is a tree of nodes. These nodes can be elements or other components (with subtrees of their own).
The [override pattern](/guides/understanding-overrides) allows us to pass styling and props to, or replace, a part of a Base Web component. Consider that a complex component is a tree of nodes. These nodes can be elements or other components (with subtrees of their own).

<BlogImage
src="/images/overrides1.png"
Expand Down

0 comments on commit 2b22c0f

Please sign in to comment.