Skip to content

Commit

Permalink
refactor: add by default color to p tag
Browse files Browse the repository at this point in the history
  • Loading branch information
Siumauricio committed Dec 18, 2022
1 parent 552ef65 commit 70ee73d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/components/mdx/Paragraph.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ interface Props {
}

export const Paragraph = ({ children }: Props) => {
return <p className="pb-3 text-base leading-7 ">{children}</p>;
return <p className="pb-3 text-base leading-7 text-content1">{children}</p>;
};

1 comment on commit 70ee73d

@vercel
Copy link

@vercel vercel bot commented on 70ee73d Dec 18, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

rippleui – ./

rippleui-siumauricio.vercel.app
rippleui-git-main-siumauricio.vercel.app
rippleui.vercel.app

Please sign in to comment.