Improve Quote Status visuals
This commit is contained in:
parent
b5d73cd2d0
commit
03e97edff7
2 changed files with 1 additions and 1 deletions
Binary file not shown.
|
@ -127,7 +127,7 @@ class QuotedStatus extends ImmutablePureComponent<IQuotedStatus> {
|
||||||
<Stack
|
<Stack
|
||||||
space={2}
|
space={2}
|
||||||
className={classNames('mt-3 p-4 rounded-lg border border-solid border-gray-100 dark:border-slate-700 cursor-pointer', {
|
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}
|
onClick={this.handleExpandClick}
|
||||||
>
|
>
|
||||||
|
|
Loading…
Reference in a new issue