Skip to content

Commit

Permalink
Update apps/docs/docs/learn/06-recipes/01-contexual-styles.mdx
Browse files Browse the repository at this point in the history
Co-authored-by: Naman Goel <[email protected]>
  • Loading branch information
aminaopio and nmn authored Dec 5, 2024
1 parent 858c15d commit 50114b4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions apps/docs/docs/learn/06-recipes/01-contexual-styles.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,10 @@ const SidebarContext = createContext(false);

const styles = stylex.create({
sidebarOpen: {
width: '250px',
width: 250,
},
sidebarClosed: {
width: '50px',
width: 50,
},
});

Expand Down

0 comments on commit 50114b4

Please sign in to comment.