Update button re-enable timeout to 3 seconds, update thing history

This commit is contained in:
Mo Tarbin 2024-07-01 22:12:19 -04:00
parent 6bc28be9e3
commit 5e54da8271
9 changed files with 1004 additions and 92 deletions

View file

@ -2,21 +2,7 @@ export default {
content: ['./index.html', './src/**/*.{js,ts,jsx,tsx}'],
theme: {
extend: {
colors: {
ice: {
50: '#CFECF7',
100: '#B9E3F3',
200: '#8DD1EC',
300: '#61C0E5',
400: '#36AEDD',
500: '#2093C0',
600: '#197599',
700: '#135771',
800: '#0C394A',
900: '#061B23',
950: '#020B0F',
},
},
colors: {},
},
},
darkMode: 'class',