📦 Update and fix prettier config (#987)

This commit is contained in:
Luke Vella 2024-01-19 14:23:07 +07:00 committed by GitHub
parent bafb922360
commit 239563eac5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
68 changed files with 181 additions and 161 deletions

View file

@ -44,8 +44,8 @@ export const UserAvatar = ({
!name
? "bg-gray-200"
: colors?.requiresDarkText
? "text-gray-800"
: "text-white",
? "text-gray-800"
: "text-white",
className,
)}
style={{