1
0
mirror of https://github.com/laurent22/joplin.git synced 2025-06-15 23:00:36 +02:00

Mobile: Disabled solarized themes on mobile

This commit is contained in:
Laurent Cozic
2019-07-30 11:37:52 +02:00
parent bdd8eab87e
commit 87a639df2b
2 changed files with 5 additions and 3 deletions

View File

@ -123,7 +123,7 @@ class NoteListComponent extends Component {
} else {
const noItemMessage = _('There are currently no notes. Create one by clicking on the (+) button.');
return <Text style={this.styles().noItemMessage}>{noItemMessage}</Text>;
}
}
}
}
}