How to make a pressed button not enlarged

as the title said, when you create a button with pressed state, the button will be a little bit larger when you press it. how to make it not enlarged in pressed states

It comes from that default theme of LVGL. You can choose the simplified theme during project creation to start with something simpler.

image