💻 | Change ad color from red to rose

This commit is contained in:
2021-04-07 22:21:33 +02:00
parent b7ea76f006
commit 60af5ff89d
2 changed files with 3 additions and 1 deletions

View File

@@ -26,6 +26,8 @@ export default {
return 'bg-red-300'
case 'blue':
return 'bg-blue-300'
case 'rose':
return 'bg-rose-300'
}
})