Skip to content

Commit

Permalink
Update _chat.scss
Browse files Browse the repository at this point in the history
  • Loading branch information
SlippingGitty authored Aug 21, 2024
1 parent 8c7f2f8 commit 16a80d9
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions src/_chat.scss
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,15 @@
.scrollableContainer_d0696b:hover {
box-shadow: 0 0 2px 2px var(--accent-selected);
}

[class="buttonContainer_df39bd app-launcher-entrypoint"] {
border: 2px solid var(--surCordBorder);
border-radius: 50%;
}
[class="buttonContainer_df39bd app-launcher-entrypoint"]:hover {
box-shadow: 0 0 2px 2px var(--accent-selected);
}

.theme-light {
.scrollableContainer_d0696b, .hasConnectedBar_d0696b, .preview_a614a7 {
border-radius: 20px;
Expand Down

0 comments on commit 16a80d9

Please sign in to comment.