Skip to content

Commit

Permalink
remove blue theme from home page
Browse files Browse the repository at this point in the history
  • Loading branch information
LunatiqueCoder committed Jan 21, 2023
1 parent e863ab2 commit 859a344
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion template/src/features/Home/Home.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ export function Home() {
});

return (
<YStack f={1} jc="center" ai="center" p="$4" space theme={'blue'}>
<YStack f={1} jc="center" ai="center" p="$4" space>
<YStack space="$4" maw={600}>
<H1 ta="center" fontFamily={'$silkscreen'}>
Welcome to Tamagui.
Expand Down

1 comment on commit 859a344

@vercel
Copy link

@vercel vercel bot commented on 859a344 Jan 21, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

luna – ./

luna-gamma.vercel.app
luna-git-master-criszz77.vercel.app
luna-criszz77.vercel.app

Please sign in to comment.