Skip to content

Commit

Permalink
fix(atomic): center magnifying glass icon in search box submit button (
Browse files Browse the repository at this point in the history
  • Loading branch information
aprudhomme-coveo authored Aug 1, 2023
1 parent 23e5f0b commit f445ba7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ export const SubmitButton: FunctionalComponent<Props> = ({
}) => (
<Button
style="primary"
class="w-12 h-auto rounded-r-md rounded-l-none -my-px -mr-px"
class="flex items-center justify-center w-12 h-auto rounded-r-md rounded-l-none -my-px -mr-px"
part="submit-button"
ariaLabel={bindings.i18n.t('search')}
onClick={() => {
Expand Down

0 comments on commit f445ba7

Please sign in to comment.