Skip to content

Commit

Permalink
DOP-5194: update input font size for mobile (#1308)
Browse files Browse the repository at this point in the history
  • Loading branch information
seungpark authored Nov 21, 2024
1 parent 8282066 commit 329ee38
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/components/ActionBar/styles.js
Original file line number Diff line number Diff line change
Expand Up @@ -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 &&
Expand Down

0 comments on commit 329ee38

Please sign in to comment.