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 &&