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

@@ -276,7 +276,7 @@ class ScrollableList extends PureComponent {
<div className={classNames('mt-2', className)} ref={this.setRef}>
{alwaysPrepend && prepend}
<div className='bg-primary-50 mt-2 rounded-lg text-center p-8'>
<div className='bg-primary-50 dark:bg-slate-700 mt-2 rounded-lg text-center p-8'>
<Text>{emptyMessage}</Text>
</div>
</div>