Fix all little bugs

This commit is contained in:
2020-12-16 15:17:24 +01:00
parent 0ca62a1923
commit 40510d69a5
11 changed files with 148 additions and 35 deletions

View File

@@ -67,9 +67,9 @@ export default {
case 'rose':
return 'hover:bg-rose-600'
case 'black':
return 'hover:bg-black-600'
return 'hover:bg-black'
case 'white':
return 'hover:bg-white-600'
return 'hover:bg-white'
case 'pink':
return 'hover:bg-pink-600'
case 'fuchsia':