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 23, 2024
1 parent c063ab3 commit 2a74186
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/_chat.scss
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,11 @@
}

[class="buttonContainer_df39bd app-launcher-entrypoint"] {
border: 2px solid var(--surCordBorder);
border-radius: 50%;
border: 1px solid var(--surCordBorder);
border-radius: 39%;
background-color: var(--bg-overlay-3, var(--channeltextarea-background));
}

[class="buttonContainer_df39bd app-launcher-entrypoint"]:hover {
box-shadow: 0 0 2px 2px var(--accent-selected);
}
Expand Down

0 comments on commit 2a74186

Please sign in to comment.