Skip to content

Commit

Permalink
refactor(docs): add border to LinkRedirect
Browse files Browse the repository at this point in the history
  • Loading branch information
Siumauricio committed Dec 29, 2022
1 parent 48a432a commit c70c19b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/components/mdx/LinkRedirect.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ const LinkRedirect = ({

return (
<>
{showDivider && <div className="my-5 border-t" />}
{showDivider && <div className="my-5 border-t border-border" />}
<div
className={clsx(
hideLeft
Expand Down

0 comments on commit c70c19b

Please sign in to comment.