diff --git a/apps/web/src/components/editor/header.js b/apps/web/src/components/editor/header.js index 76e5e116b..602fc710e 100644 --- a/apps/web/src/components/editor/header.js +++ b/apps/web/src/components/editor/header.js @@ -27,11 +27,7 @@ function Header() { /> {id && ( - + {tags.map((tag) => ( setTag(tag)} - styles={{ container: { mb: 1 } }} + styles={{ container: { mb: 1 }, text: { fontSize: "body" } }} /> ))} db.tags.all} getFields={(item) => [item.title, item.alias]} limit={5} @@ -113,6 +110,7 @@ function Autosuggest({ sx={{ width: "auto", border: "none", p: 0 }} placeholder="Add a tag..." data-test-id="editor-tag-input" + fontSize="body" onChange={(e) => { const { value } = e.target; if (!value.length) { diff --git a/apps/web/src/components/icon-tag/index.js b/apps/web/src/components/icon-tag/index.js index be88709b8..f8b0a83af 100644 --- a/apps/web/src/components/icon-tag/index.js +++ b/apps/web/src/components/icon-tag/index.js @@ -31,7 +31,10 @@ function IconTag({ text, title, icon: Icon, onClick, styles, testId }) { py="2px" > - + {text}