Answers HH Theme - Submit Icon Size in Search Bar

We’ve identified a bug in theme 1.24 and 1.25; if you’re setting a submitIcon on your search bar, it will appear larger than expected.

If you experience this issue, add the following to your answers.scss:

.yxt-SearchBar-buttonImage svg {
  width: 1em;
  height: 1em; 
}

The issue will be fixed in an upcoming version of the theme. Feel free to post here with any questions!

This issue was resolved in HH theme 1.26, Release Version 1.26.0 · yext/answers-hitchhiker-theme · GitHub