style(app/components/chat.tsx): improve code formatting for easier readability

This commit is contained in:
dakai 2024-10-06 11:09:11 +08:00
parent 52885df197
commit 1f2dea448a
1 changed files with 2 additions and 2 deletions

View File

@ -1963,7 +1963,7 @@ function _Chat() {
" no-dark" " no-dark"
} }
> >
<FileIcon {...style} /> <FileIcon {...style} glyphColor="#303030" />
</div> </div>
<div <div
className={ className={
@ -2083,7 +2083,7 @@ function _Chat() {
className={styles["attach-file-icon"] + " no-dark"} className={styles["attach-file-icon"] + " no-dark"}
key={extension} key={extension}
> >
<FileIcon {...style} /> <FileIcon {...style} glyphColor="#303030" />
</div> </div>
{attachImages.length == 0 && ( {attachImages.length == 0 && (
<div className={styles["attach-file-name-full"]}> <div className={styles["attach-file-name-full"]}>