Skip to content

Commit ca7b9c7

Browse files
committed
FinderのInputにLato fontが使われていない問題修正
1 parent 15c2363 commit ca7b9c7

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

browser/finder/index.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,6 @@ function remap (state) {
209209
let activeArticle = _.findWhere(articles, {key: status.articleKey})
210210
if (activeArticle == null) activeArticle = articles[0]
211211

212-
console.log(status.search)
213212
return {
214213
articles,
215214
activeArticle,

browser/styles/finder/index.styl

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ body
1414
width 100%
1515
height 100%
1616
overflow hidden
17+
button, input
18+
font-family "Lato"
1719

1820
.Finder
1921
absolute top bottom left right

0 commit comments

Comments
 (0)