Skip to content

Commit

Permalink
chore(sandbox): remove undefined prop
Browse files Browse the repository at this point in the history
  • Loading branch information
greeeg committed Mar 26, 2023
1 parent c4641aa commit 2188c83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sandbox/src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import './App.css'
export const App = () => {
return (
<div className="container">
<Box backgroundColor="$bgBrand">
<Box>
<Stack direction="column" spacing="$large">
<Text>Hello Sandbox</Text>
<Text>Hello Sandbox</Text>
Expand Down

0 comments on commit 2188c83

Please sign in to comment.