feat: update theme's primary color to #425ad6

This commit is contained in:
Chaoming Li 2024-11-19 16:17:29 +11:00
parent 2ad1929c01
commit 425a64c454

View file

@ -5,16 +5,16 @@ module.exports = {
extend: { extend: {
colors: { colors: {
primary: { primary: {
50: '#f0f9ff', 50: '#eef1fc',
100: '#e0f2fe', 100: '#dde3f9',
200: '#bae6fd', 200: '#bbc7f3',
300: '#7dd3fc', 300: '#99abec',
400: '#38bdf8', 400: '#778fe6',
500: '#0ea5e9', 500: '#5573df',
600: '#0284c7', 600: '#425ad6',
700: '#0369a1', 700: '#3548ab',
800: '#075985', 800: '#283680',
900: '#0c4a6e', 900: '#1b2456',
}, },
secondary: { secondary: {
50: '#faf5ff', 50: '#faf5ff',