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

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