-
-
{{ selectedData.name }}
+
+
+
+
+
{{ selectedData.name }}
`,
components: {
diff --git a/v2/js/screens/journal.js b/v2/js/screens/journal.js
index 24d4fd4155..c6517b5a73 100644
--- a/v2/js/screens/journal.js
+++ b/v2/js/screens/journal.js
@@ -397,7 +397,7 @@ const Journal = {
id: "filter-type",
iconData: "icons/view-type.svg",
isNative: "true",
- size: "18",
+ size: "20",
},
name: this.$t("AllType"),
header: this.$t("SelectFilter"),
@@ -408,7 +408,7 @@ const Journal = {
icon: {
id: "filter-time",
iconData: "icons/view-created.svg",
- size: "18",
+ size: "20",
isNative: "true",
},
name: this.$t("Anytime"),
@@ -420,10 +420,9 @@ const Journal = {
icon: {
id: "sort-palette",
iconData: "icons/view-lastedit.svg",
- size: "18",
+ size: "20",
isNative: "true",
},
- name: this.$t("SortByUpdated"),
header: this.$t("SortDisplay"),
filterBoxList: this.getSortPaletteList(),
};