1
0
Fork 0
mirror of https://github.com/maybe-finance/maybe.git synced 2025-08-09 15:35:22 +02:00

Change primary/error/success/etc names

This commit is contained in:
Jesper Christiansen 2024-01-02 11:33:45 -08:00
parent 8c497e7a28
commit 6a55789aa3

View file

@ -23,25 +23,25 @@ module.exports = {
700: '#232428', 700: '#232428',
800: '#1c1c20', 800: '#1c1c20',
}, },
primary: { cyan: {
50: '#d7f6fa', 50: '#d7f6fa',
300: '#d7f6fa', 300: '#d7f6fa',
400: '#66d9e8', 400: '#66d9e8',
500: '#69c6d9', 500: '#69c6d9',
}, },
error: { red: {
50: '#ffe8e8', 50: '#ffe8e8',
300: '#ffc9c9', 300: '#ffc9c9',
400: '#ffa8a8', 400: '#ffa8a8',
500: '#ff8787', 500: '#ff8787',
}, },
success: { teal: {
50: '#d6faee', 50: '#d6faee',
300: '#96f2d7', 300: '#96f2d7',
400: '#63e6be', 400: '#63e6be',
500: '#38d9a9', 500: '#38d9a9',
}, },
warning: { yellow: {
50: '#fff2cb', 50: '#fff2cb',
300: '#ffe082', 300: '#ffe082',
400: '#ffd54f', 400: '#ffd54f',