diff --git a/src/app/(app)/index.tsx b/src/app/(app)/index.tsx index 26afead..68edc3b 100644 --- a/src/app/(app)/index.tsx +++ b/src/app/(app)/index.tsx @@ -93,6 +93,8 @@ const useStyles = makeStyles((theme) => ({ fontSize: 20, fontWeight: "bold", color: theme.colors.white, + textTransform: "uppercase", + marginVertical: 20, }, text: { color: theme.colors.white,