wip dark mode

Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
This commit is contained in:
marcin mikołajczak
2022-03-29 15:40:02 +02:00
parent 7006af2803
commit dbeb292009
15 changed files with 25 additions and 21 deletions

View File

@@ -43,7 +43,7 @@ export default class ReplyIndicator extends ImmutablePureComponent {
}
return (
<Stack space={2} className='p-4 rounded-lg bg-gray-100'>
<Stack space={2} className='p-4 rounded-lg bg-gray-100 dark:bg-slate-700'>
<AccountContainer
{...actions}
id={status.getIn(['account', 'id'])}