refactor: more tailwind

This commit is contained in:
Tristan Yang
2023-02-02 11:20:27 +08:00
parent 8160c31b39
commit 87d042bf6a
45 changed files with 280 additions and 1308 deletions
+1 -1
View File
@@ -34,7 +34,7 @@ const Avatar: FC<Props> = ({
} else {
return (
<div
className="rounded-full flex-center"
className={`rounded-full flex-center ${rest.className || ""}`}
style={{
width,
height,