Fix skill color

This commit is contained in:
2021-04-18 14:31:58 +02:00
parent 390076bd6a
commit 99c2727ae6
3 changed files with 3 additions and 3 deletions

View File

@@ -45,8 +45,8 @@ export default {
return 'hover:bg-yellow-400'
case 'emerald':
return 'hover:bg-emerald-400'
case 'black':
return 'hover:bg-black dark:hover:bg-gray-500'
case 'purple':
return 'hover:bg-purple-400'
case 'orange':
return 'hover:bg-orange-400'
case 'lightBlue':