Skip to content

Commit

Permalink
add style input
Browse files Browse the repository at this point in the history
  • Loading branch information
GHimmel committed Jun 13, 2024
1 parent 3327b48 commit 7ecccce
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions chat-bubble.js
Original file line number Diff line number Diff line change
Expand Up @@ -144,8 +144,8 @@ document.addEventListener("DOMContentLoaded", function () {
border: none;
outline: none;
flex: 1;
font-size: 1.125rem;
line-height: 1.75rem;
font-size: 16px;
line-height: 180%;
`;

/* chatSendButton.className = "chat-send-button"; */
Expand Down

0 comments on commit 7ecccce

Please sign in to comment.