I'm trying to get my Material design to work here in the CodeSandbox.
My problem is that I try to make it center horizontally.
Now it looks like this:
I made the top Container have color like backgroundColor: "#cfe8ac" (light green) to make it easier to see where it is. As you see it refuses to be center I have tried like alignItems="center" justify="center" but no luck I don't understand where to set the style
update
It's fixed now Thanks to @yun_jay
