feat(screenshare): UX updates

Reduce the font size to 21px (1.3rem) and font weight to 600.
This commit is contained in:
Max Franke 2021-10-27 11:51:39 -03:00
parent 5e09aa5d32
commit 664bad7d08

View File

@ -30,7 +30,8 @@
.mainText {
color: var(--color-white);
font-size: 2rem;
font-size: 1.3rem;
font-weight: 600;
}
.screenshareContainerDefault {