updated minor styles

This commit is contained in:
Ren Amamiya
2023-02-21 20:50:41 +07:00
parent 674377c11a
commit c9fa4252d5
7 changed files with 18 additions and 60 deletions

View File

@@ -1,4 +1,4 @@
export default function ReplyIcon() {
export default function ReplyIcon({ className }: { className: string }) {
return (
<svg
xmlns="http://www.w3.org/2000/svg"
@@ -6,8 +6,7 @@ export default function ReplyIcon() {
viewBox="0 0 24 24"
strokeWidth={1.5}
stroke="currentColor"
className="h-5 w-5"
>
className={className}>
<path
strokeLinecap="round"
strokeLinejoin="round"