From 329ee3860a64383613f511bb7df547d3e9e37f19 Mon Sep 17 00:00:00 2001 From: Seung Park Date: Thu, 21 Nov 2024 11:48:11 -0500 Subject: [PATCH] DOP-5194: update input font size for mobile (#1308) --- src/components/ActionBar/styles.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/components/ActionBar/styles.js b/src/components/ActionBar/styles.js index 1881e5c15..9486004ad 100644 --- a/src/components/ActionBar/styles.js +++ b/src/components/ActionBar/styles.js @@ -190,7 +190,9 @@ export const searchInputStyling = ({ mobileSearchActive }) => css` ${displayNone.onMedium}; @media ${theme.screenSize.upToMedium} { - font-size: ${theme.fontSize.default}; + input[type='search'] { + font-size: ${theme.fontSize.default}; + } } ${mobileSearchActive &&