Hello,
Actually, regarding the Swatches Sizes, there is a predefined size set for the Swatches under the Mobile view. So, if you want to change that that you can try out the following Custom CSS on your Site and paste it to Dashboard >> Theme Settings >> Custom CSS >> Custom CSS for the mobile section:
.quick-shop-wrapper [class*="wd-swatches"] { --wd-swatch-size: 30px !important; }
This CSS will increase the Swatch Size for both types of Swatches (i.e. the Image ones and Color ones too because they have the same classes).
Best Regards