I'm looking to change the size of the default swatch thumb in the layered navigation.
I've tried changing the view.xml from the theme and running:
php bin/magento catalog:images:resize
The command is successful but no image sizes change.
This is the main post I've looked at.
In view.xml I have:
<image id="swatch_image" type="swatch_image">
<width>120</width>
<height>90</height>
</image>