Adjust room list colours to match designs

This commit is contained in:
J. Ryan Stinnett 2020-07-31 17:52:19 +01:00
parent 8441763a71
commit 31180d3df9
3 changed files with 18 additions and 11 deletions

View file

@ -154,7 +154,7 @@ limitations under the License.
mask-position: center;
mask-size: contain;
mask-repeat: no-repeat;
background-color: $primary-fg-color;
background-color: $roomlist-header-color;
mask-image: url('$(res)/img/feather-customised/chevron-down.svg');
}
@ -256,7 +256,7 @@ limitations under the License.
mask-position: center;
mask-size: contain;
mask-repeat: no-repeat;
background: $roomtile-preview-color;
background: $roomlist-header-color;
left: -1px; // adjust for image position
}