Skip to content

Commit

Permalink
use background color
Browse files Browse the repository at this point in the history
  • Loading branch information
natew committed Oct 3, 2024
1 parent 14797ba commit ae251ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/one-tamagui/app/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import oneBall from '~/public/app-icon.png'

export function HomePage() {
return (
<YStack mih="100vh" gap="$4" ai="center" jc="center" f={1}>
<YStack bg="$color1" mih="100vh" gap="$4" ai="center" jc="center" f={1}>
<Text fontSize={20}>Hello, world</Text>
<Image src={oneBall} width={128} height={128} />
<ToggleThemeButton />
Expand Down

0 comments on commit ae251ee

Please sign in to comment.