Proposed Enhancements for Chat Bubble Looks in the Dashboard (#992)
* Update Private Note border color * Added box-shadow to chat bubbles * Adjustments as suggested in PR #992 Adjustments as suggested in PR #992 * Reintroduced @include border-normal; in L-253 Co-authored-by: Pranav Raj S <pranav@thoughtwoot.com>
This commit is contained in:
parent
c0cd747f29
commit
1b1deb9626
1 changed files with 1 additions and 1 deletions
|
@ -309,7 +309,7 @@
|
|||
|
||||
&.is-private {
|
||||
background: lighten($warning-color, 32%);
|
||||
border: 1px solid $color-border;
|
||||
border: 1px solid lighten($warning-color, 15%);
|
||||
color: $color-heading;
|
||||
padding-right: $space-large;
|
||||
position: relative;
|
||||
|
|
Loading…
Reference in a new issue