From d4b39f7fb83472393f6bc200a7dc904b29c0074d Mon Sep 17 00:00:00 2001 From: Paul Wackerow <54227730+wackerow@users.noreply.github.com> Date: Wed, 30 Nov 2022 10:25:52 -0800 Subject: [PATCH] fix: color of loading indicator --- src/theme/search.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/theme/search.css b/src/theme/search.css index c5aeec74f8..19162a07a9 100644 --- a/src/theme/search.css +++ b/src/theme/search.css @@ -140,6 +140,8 @@ svg[aria-label="Algolia"] * { font-size: var(--chakra-fontSizes-md) } +} + @media (max-width: 768px) { /* Search field in mobile menu */ .DocSearch-Button {