Use same colour variable as text

pull/21833/head
J. Ryan Stinnett 2020-10-08 10:01:05 +01:00
parent 73ce2fac8a
commit 576ea6df08
1 changed files with 1 additions and 1 deletions

View File

@ -102,7 +102,7 @@ limitations under the License.
&::before {
content: '';
display: inline-block;
background-color: #fff; // Same colour for all themes
background-color: $button-fg-color;
mask-image: url('$(res)/img/element-icons/room/invite.svg');
mask-position: center;
mask-repeat: no-repeat;