Fix border color

This commit is contained in:
2020-12-22 13:41:52 +01:00
parent 6666a843de
commit 9c94c16e56

View File

@@ -31,7 +31,7 @@ export default {
case 'blue':
return 'border-blue-400'
case 'green':
return 'border-orange-400'
return 'border-green-400'
}
}
}