Skip to content

Commit 0dfbd61

Browse files
authored
Merge pull request #5 from necyberteam/css-fix
Css fix - top bar
2 parents 3b13bd9 + d792d19 commit 0dfbd61

File tree

4 files changed

+3
-7
lines changed

4 files changed

+3
-7
lines changed

build/static/js/main.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

build/static/js/main.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@snf/access-qa-bot",
3-
"version": "0.3.0",
3+
"version": "0.3.1",
44
"private": false,
55
"homepage": ".",
66
"description": "ACCESS Q&A Bot React Component and Web Component",

src/web-component.js

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -49,10 +49,6 @@ class AccessQABot extends HTMLElement {
4949
margin-right: 8px !important;
5050
}
5151
52-
.rcb-chat-header {
53-
background-color: var(--primary-color) !important;
54-
}
55-
5652
.rcb-chat-button {
5753
background-color: var(--primary-color) !important;
5854
}

0 commit comments

Comments
 (0)