style(app/components/chat.tsx): improve code formatting for easier readability
This commit is contained in:
parent
52885df197
commit
1f2dea448a
|
@ -1963,7 +1963,7 @@ function _Chat() {
|
|||
" no-dark"
|
||||
}
|
||||
>
|
||||
<FileIcon {...style} />
|
||||
<FileIcon {...style} glyphColor="#303030" />
|
||||
</div>
|
||||
<div
|
||||
className={
|
||||
|
@ -2083,7 +2083,7 @@ function _Chat() {
|
|||
className={styles["attach-file-icon"] + " no-dark"}
|
||||
key={extension}
|
||||
>
|
||||
<FileIcon {...style} />
|
||||
<FileIcon {...style} glyphColor="#303030" />
|
||||
</div>
|
||||
{attachImages.length == 0 && (
|
||||
<div className={styles["attach-file-name-full"]}>
|
||||
|
|
Loading…
Reference in New Issue