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: {
colors: {
primary: {
50: '#f0f9ff',
100: '#e0f2fe',
200: '#bae6fd',
300: '#7dd3fc',
400: '#38bdf8',
500: '#0ea5e9',
600: '#0284c7',
700: '#0369a1',
800: '#075985',
900: '#0c4a6e',
50: '#eef1fc',
100: '#dde3f9',
200: '#bbc7f3',
300: '#99abec',
400: '#778fe6',
500: '#5573df',
600: '#425ad6',
700: '#3548ab',
800: '#283680',
900: '#1b2456',
},
secondary: {
50: '#faf5ff',