Skip to content

Commit d9741a7

Browse files
committed
Fixed background color issue for draft button.
1 parent e919910 commit d9741a7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

frontend/src/pages/chat/Chat.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1068,6 +1068,7 @@ const Chat = ({ type = ChatType.Browse }: Props) => {
10681068
},
10691069
root: {
10701070
color: '#FFFFFF',
1071+
background: '#0F6CBD'
10711072
},
10721073
rootDisabled: {
10731074
background: '#F0F0F0'

0 commit comments

Comments
 (0)