chore: update components

This commit is contained in:
Benjamin Canac
2021-11-23 17:30:10 +01:00
parent e03b195437
commit 0b88958962
6 changed files with 99 additions and 90 deletions

View File

@@ -109,7 +109,7 @@ export default {
},
placeholderClass () {
return ({
true: 'bg-tw-gray-500',
true: 'bg-gray-500 dark:bg-gray-900',
false: 'bg-tw-gray-100'
})[!!this.alt]
},