Skip to content

Commit

Permalink
styled send button
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrKahl committed Jun 28, 2024
1 parent b5c8777 commit 0956a36
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/components/chatWindow/ChatWindow.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,9 @@ body {
text-align: center;
cursor: pointer;
margin: 0;
display: flex;
justify-content: center;
align-items: center;
}

#button:hover {
Expand Down

0 comments on commit 0956a36

Please sign in to comment.