Skip to content

Commit

Permalink
style(app/components/chat.tsx): improve code formatting for easier re…
Browse files Browse the repository at this point in the history
…adability
  • Loading branch information
Dakai committed Oct 6, 2024
1 parent 52885df commit 1f2dea4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/components/chat.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -1963,7 +1963,7 @@ function _Chat() {
" no-dark"
}
>
<FileIcon {...style} />
<FileIcon {...style} glyphColor="#303030" />
</div>
<div
className={
Expand Down Expand Up @@ -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"]}>
Expand Down

0 comments on commit 1f2dea4

Please sign in to comment.