diff --git a/src/component/bookmark/index.js b/src/component/bookmark/index.js index 9405185f..e8bd3429 100644 --- a/src/component/bookmark/index.js +++ b/src/component/bookmark/index.js @@ -344,6 +344,9 @@ bookmark.add = { const newBookmarkData = new StagedBookmark(); + newBookmarkData.link.color.opacity = state.get.current().theme.bookmark.item.opacity; + newBookmarkData.link.border = state.get.current().theme.bookmark.item.border; + newBookmarkData.type.new = true; newBookmarkData.position.destination.item = (bookmark.all.length > 0) ? bookmark.all[0].items.length : 0;