Skip to content

Commit

Permalink
Add some colors
Browse files Browse the repository at this point in the history
  • Loading branch information
francoism90 committed Jul 14, 2024
1 parent 3446d21 commit 54ce915
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions resources/css/presets/tailwind.config.preset.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,16 @@ export default {
theme: {
extend: {
colors: {
base: colors.white,
primary: colors.pink,
secondary: colors.gray,
info: colors.blue,
success: colors.gray,
error: colors.red,
warning: colors.yellow,
},
container: {
center: true,
padding: '2rem',
padding: '1rem',
},
safelist: [
'text-error-500',
Expand Down

0 comments on commit 54ce915

Please sign in to comment.