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

Added search page

This commit is contained in:
Laurent Cozic
2017-07-22 23:52:24 +01:00
parent 729b8f7c79
commit 1c3bf21539
8 changed files with 264 additions and 46 deletions

View File

@ -25,4 +25,9 @@ globalStyle.icon = {
fontSize: 30,
};
globalStyle.lineInput = {
color: globalStyle.color,
backgroundColor: globalStyle.backgroundColor,
};
export { globalStyle }