Set compose button color

This commit is contained in:
Alex Gleason 2020-05-30 22:16:29 -05:00
parent 4ac7663d3c
commit 54e4bff0ab
No known key found for this signature in database
GPG key ID: 7211D1F99744FBB7

View file

@ -4,7 +4,7 @@
}
.button {
background-color: $ui-highlight-color;
background-color: var(--brand-color);
border: 10px none;
border-radius: 4px;
box-sizing: border-box;
@ -524,7 +524,7 @@
padding-left: 68px;
position: relative;
min-height: 54px;
border-bottom: 1px solid lighten($ui-base-color, 8%);
border-bottom: 1px solid var(--brand-color-faint);
cursor: default;
@supports (-ms-overflow-style: -ms-autohiding-scrollbar) {