Why adding a push button in circuit design uses pull down?

I just started using circuito and I added a push button to an esp32 design. Looking at the result I see it adds the push button with a 10k pull down and has the monetary push button switch vcc. This is contrary to all my years of hardware design practices. Leaving an input pulled down trough a 10k is less noise immune than a pull up and using the switch to ground the input. I am sure the input impedance of the gpio is higher than 100k but still the pull down method would be cleaner. Is there a way to edit this default method?