feat: update brand color palette from indigo to amber

This commit is contained in:
2026-04-29 09:08:36 +01:00
parent 6687ad1aa7
commit 0259b40a86
2 changed files with 5 additions and 5 deletions

View File

@@ -8,7 +8,7 @@ module.exports = {
colors: {
amber: colors.amber,
slate: colors.slate,
indigo: colors.indigo,
indigo: colors.amber, // Overriding default indigo classes to render as amber (orange)
violet: colors.violet,
emerald: colors.emerald,
},