File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -1071,7 +1071,8 @@ const Chat = ({ type = ChatType.Browse }: Props) => {
10711071 } ,
10721072 root : {
10731073 color : '#FFFFFF' ,
1074- background : '#1367CF'
1074+ background :
1075+ 'radial-gradient(109.81% 107.82% at 100.1% 90.19%, #0F6CBD 33.63%, #2D87C3 70.31%, #8DDDD8 100%)'
10751076 } ,
10761077 rootDisabled : {
10771078 background : '#F0F0F0'
@@ -1080,7 +1081,7 @@ const Chat = ({ type = ChatType.Browse }: Props) => {
10801081 className = { styles . generateDocumentIcon }
10811082 iconProps = { { iconName : 'Generate' } }
10821083 onClick = { generateDocument } //Update for Document Generation
1083- disabled = { draftDocument === undefined && disabledButton ( ) }
1084+ disabled = { draftDocument === undefined || disabledButton ( ) }
10841085 aria-label = "generate draft"
10851086 title = 'Generate Draft'
10861087 />
You can’t perform that action at this time.
0 commit comments