Improve Quote Status visuals

This commit is contained in:
Justin 2022-05-26 14:38:24 -04:00
parent b5d73cd2d0
commit 03e97edff7
2 changed files with 1 additions and 1 deletions

View file

@ -127,7 +127,7 @@ class QuotedStatus extends ImmutablePureComponent<IQuotedStatus> {
<Stack
space={2}
className={classNames('mt-3 p-4 rounded-lg border border-solid border-gray-100 dark:border-slate-700 cursor-pointer', {
'hover:bg-gray-100 dark:hover:bg-slate-700': !compose,
'hover:bg-gray-50 dark:hover:bg-slate-700': !compose,
})}
onClick={this.handleExpandClick}
>