Skip to content

Commit

Permalink
Readme: Remove unused {theme} (#385)
Browse files Browse the repository at this point in the history
  • Loading branch information
tordans authored Feb 25, 2025
1 parent c92dc1c commit 632970e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,7 @@ You can then create your own color theme by adding a new `tailwind.config.js` fi
module.exports = {
theme: {
extend: {
typography: ({ theme }) => ({
typography: () => ({
pink: {
css: {
'--tw-prose-body': 'var(--color-pink-800)',
Expand Down

0 comments on commit 632970e

Please sign in to comment.