From e0591347fa309a52a0ecea78696dc3e63e8093c6 Mon Sep 17 00:00:00 2001 From: Maria Hutt Date: Fri, 27 Oct 2023 12:39:40 -0700 Subject: [PATCH] chore(docusaurus): smaller search icon --- src/styles/components/_search.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/styles/components/_search.scss b/src/styles/components/_search.scss index 38b5c3a13c3..a876c7d3cfa 100644 --- a/src/styles/components/_search.scss +++ b/src/styles/components/_search.scss @@ -73,8 +73,8 @@ html[data-theme='dark'] { // Targets the `CMD/CTRL` symbol &:first-child { - font-size: 1.5em; - height: 0.925rem; + font-size: 1.4em; + height: 0.8rem; } } }