Explicit color for tagpanel buttons

This commit is contained in:
J. Ryan Stinnett 2019-02-12 16:05:31 +00:00
parent d7fb39fd08
commit c00495304f
3 changed files with 3 additions and 1 deletions

View file

@ -38,7 +38,7 @@ limitations under the License.
height: 40px;
width: 40px;
border-radius: 20px;
background-color: $roomheader-addroom-color;
background-color: $tagpanel-button-color;
position: relative;
/* overwrite mx_RoleButton inline-block */
display: block !important;