Move join room button

This commit is contained in:
Robert Long 2022-02-04 12:31:59 -08:00
commit 9c3e4907c8
5 changed files with 28 additions and 10 deletions

View file

@ -107,6 +107,11 @@ limitations under the License.
background-color: transparent;
}
.copyButton.secondaryCopy {
color: var(--textColor1);
border-color: var(--textColor1);
}
.copyButton {
width: 100%;
height: 40px;
@ -140,6 +145,10 @@ limitations under the License.
stroke: white;
}
.copyButton.secondaryCopy:not(.on) svg * {
fill: var(--textColor1);
}
.iconCopyButton svg * {
fill: var(--textColor3);
}