Theme not showing up in-game

Hey everyone!

I've recently started a game in Godot and now wanted to create a bare-bones main menu for it.

I made a main_menu.tres theme so that I can centralize the controls for the theme.

I applied the theme to the MainMenu UI Node all the way at the top of the scene.

https://preview.redd.it/lmtohat3y8id1.png?width=261&format=png&auto=webp&s=5fbd445a951624877ef7d3446f30c8e8723c5c41

However, when I run the game, the theme is not being applied:

https://preview.redd.it/rl1exmi6y8id1.png?width=2116&format=png&auto=webp&s=3be9293d52703ec775815982d1ae097e02450b9d

My buttons are themed using these FlatBoxThemes:

https://preview.redd.it/1rzjzyfay8id1.png?width=236&format=png&auto=webp&s=0c96650a5c3329accac6bde0754aebc4a4ceb9e5

https://preview.redd.it/2nfqajnby8id1.png?width=327&format=png&auto=webp&s=7a404d601bd257183aef42c74dc1264b64ab97cc

Running Godot 4.2.2

Thanks in advance!