Skip to content

Commit

Permalink
refactor: webui update error style (#803)
Browse files Browse the repository at this point in the history
  • Loading branch information
sigoden authored Aug 27, 2024
1 parent 34ef752 commit 11022f8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions assets/arena.html
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,7 @@
.chat-message-content .error {
color: red;
background: none;
padding: 0;
}

.chat-message-content .message-text {
Expand Down
1 change: 1 addition & 0 deletions assets/playground.html
Original file line number Diff line number Diff line change
Expand Up @@ -199,6 +199,7 @@
.chat-message-content .error {
color: red;
background: none;
padding: 0;
}

.chat-message-content .message-text {
Expand Down

0 comments on commit 11022f8

Please sign in to comment.