UX: Adjusting color on composer box-shadow

This commit is contained in:
Kris 2018-01-02 21:29:16 -05:00
parent efc5bc2c55
commit 73912ebc12
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@
z-index: 999;
transition: height 250ms ease, background 250ms ease, transform 250ms ease, max-width 250ms ease;
background-color: $secondary;
box-shadow: 0 -2px 40px rgba($primary, .12);
box-shadow: 0 -1px 40px rgba(0,0,0, .12);
.reply-area {
display: flex;