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!