Browse Source

align vstack in blank demo app (#2625)

Timothy Pidashev 1 year ago
parent
commit
45b70a130c
1 changed files with 1 additions and 0 deletions
  1. 1 0
      reflex/.templates/apps/blank/code/blank.py

+ 1 - 0
reflex/.templates/apps/blank/code/blank.py

@@ -35,6 +35,7 @@ def index() -> rx.Component:
             gap="1.5em",
             font_size="2em",
             padding_top="10%",
+            align="center",
         ),
     )