Skip to content

Commit

Permalink
Update tailwind.config.js with additional color options
Browse files Browse the repository at this point in the history
  • Loading branch information
eduardolat committed Aug 4, 2024
1 parent 1b188bc commit 9aaf669
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tailwind.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,9 @@ module.exports = {
{
light: {
...require('daisyui/src/theming/themes').light,
primary: '#2be7c8'
primary: '#2be7c8',
'success-content': '#ffffff',
'error-content': '#ffffff'
},
dark: {
...require('daisyui/src/theming/themes').dracula,
Expand Down

0 comments on commit 9aaf669

Please sign in to comment.