Change colors of Stat element in the panel
This commit is contained in:
parent
f8312b1cb2
commit
d2984af12c
3 changed files with 14 additions and 14 deletions
|
@ -1,16 +1,16 @@
|
|||
const colors = require('tailwindcss/colors');
|
||||
|
||||
const gray = {
|
||||
50: 'hsl(216, 33%, 97%)',
|
||||
100: 'hsl(214, 15%, 91%)',
|
||||
200: 'hsl(210, 16%, 82%)',
|
||||
300: 'hsl(211, 13%, 65%)',
|
||||
400: 'hsl(211, 10%, 53%)',
|
||||
500: 'hsl(211, 12%, 43%)',
|
||||
600: 'hsl(209, 14%, 37%)',
|
||||
700: 'hsl(209, 18%, 30%)',
|
||||
800: 'hsl(209, 20%, 25%)',
|
||||
900: 'hsl(210, 24%, 16%)',
|
||||
50: colors.neutral[50],
|
||||
100: colors.neutral[100],
|
||||
200: colors.neutral[200],
|
||||
300: colors.neutral[300],
|
||||
400: colors.neutral[400],
|
||||
500: colors.neutral[500],
|
||||
600: colors.neutral[600],
|
||||
700: colors.neutral[700],
|
||||
800: colors.neutral[800],
|
||||
900: colors.neutral[900],
|
||||
};
|
||||
|
||||
module.exports = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue