Adjust add room button for dark theme

This commit is contained in:
J. Ryan Stinnett
2019-02-18 11:34:25 +00:00
parent c490606f15
commit 402992cee4
4 changed files with 21 additions and 10 deletions
+2 -2
View File
@@ -49,11 +49,11 @@ limitations under the License.
height: 40px;
width: 40px;
border-radius: 20px;
background-color: $roomheader-addroom-color;
background-color: $roomheader-addroom-bg-color;
position: relative;
&:before {
background-color: $accent-fg-color;
background-color: $roomheader-addroom-fg-color;
mask: url('$(res)/img/icons-create-room.svg');
mask-repeat: no-repeat;
mask-position: center;