style: update color palette from slate/indigo to zinc/blue throughout the design system

This commit is contained in:
2026-04-28 16:59:37 +01:00
parent f3cb32a39b
commit 94288d13e9
2 changed files with 17 additions and 17 deletions

View File

@@ -7,8 +7,8 @@ module.exports = {
extend: {
colors: {
amber: colors.amber,
slate: colors.slate,
indigo: colors.indigo,
slate: colors.zinc, // Normal neutral grey
indigo: colors.blue, // Normal professional blue
violet: colors.violet,
emerald: colors.emerald,
},