Skip to content

Commit

Permalink
runfix: address design review for call reactions [WPB-14328] (#18350)
Browse files Browse the repository at this point in the history
  • Loading branch information
V-Gira authored Nov 20, 2024
1 parent a6f4453 commit 7fc085e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/style/foundation/video-calling.less
Original file line number Diff line number Diff line change
Expand Up @@ -141,8 +141,8 @@
left: 50%;
display: grid;
padding: 0.4rem;
border-radius: 1rem;
background-color: var(--app-bg-secondary);
border-radius: 12px;
background-color: var(--inactive-call-button-bg);
box-shadow: 0px 7px 15px 0 #0000004d;
gap: 0.5rem;
grid-template-columns: repeat(3, 1fr);
Expand All @@ -154,7 +154,7 @@
left: 50%;
width: 0;
height: 0;
border-top: 0.5rem solid var(--app-bg-secondary);
border-top: 0.5rem solid var(--inactive-call-button-bg);
border-right: 0.5rem solid transparent;
border-left: 0.5rem solid transparent;
content: '';
Expand Down

0 comments on commit 7fc085e

Please sign in to comment.