From 4ed0ae5e2d50facf0027ea8c544d8ddb3434e73b Mon Sep 17 00:00:00 2001 From: sota1235 Date: Thu, 22 Dec 2016 18:50:57 +0900 Subject: [PATCH] modify: change icon for controling viewing mode of note list --- browser/main/NoteList/index.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/browser/main/NoteList/index.js b/browser/main/NoteList/index.js index 40d65740..4d84cd01 100644 --- a/browser/main/NoteList/index.js +++ b/browser/main/NoteList/index.js @@ -394,7 +394,7 @@ class NoteList extends React.Component { } onClick={(e) => this.handleListStyleButtonClick(e, 'DEFAULT')} > - + Default Size @@ -405,7 +405,7 @@ class NoteList extends React.Component { } onClick={(e) => this.handleListStyleButtonClick(e, 'SMALL')} > - + Small Size