Skip to content

Commit

Permalink
Changes the background of chatbot panel
Browse files Browse the repository at this point in the history
  • Loading branch information
itisaram-personal committed Nov 19, 2023
1 parent 59a43b7 commit 9d6d6cd
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/components/dso-chat-bot/dso-chat-bot.scss
Original file line number Diff line number Diff line change
Expand Up @@ -174,3 +174,9 @@ $input-vertical-margin: 8px;
}
}
}

.panel-container:has(.dsoChartBot) {
background-color: #eaeaea;
border: solid 1px #000000;
border-radius: 5px;
}

0 comments on commit 9d6d6cd

Please sign in to comment.