Skip to content

Commit d6436da

Browse files
Prasad BhatPrasad Bhat
authored andcommitted
docs: modified chat bubble to include custom colors
1 parent 2991900 commit d6436da

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/components/ChatBubble/ChatBubble.module.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
.chatBubble {
22
background: var(--imf-text-button-color-bg);
3-
color: #222;
3+
color: var(--imf-text-color);
44
border-radius: 6px;
55
padding: 1em 1.2em;
66
margin: 1em 0;

src/css/custom.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@
7373
--imf-note-background-color: #252828;
7474
--imf-text-color-bg: #232323;
7575
--imf-text-color: #f5f5f5;
76-
--imf-text-button-color-bg: #e8e8e8;
76+
--imf-text-button-color-bg: #232323;
7777
}
7878

7979
#__docusaurus {

0 commit comments

Comments
 (0)