From dd6d70e4662fd97cb0b274932d195491bb1e68fb Mon Sep 17 00:00:00 2001 From: thecodrr Date: Sat, 24 Jul 2021 12:01:08 +0500 Subject: [PATCH] fix: increase tags under title size --- apps/web/src/components/editor/header.js | 10 ++++------ apps/web/src/components/icon-tag/index.js | 5 ++++- 2 files changed, 8 insertions(+), 7 deletions(-) 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}