Skip to content

Commit

Permalink
💫 Update: Ex - Test00
Browse files Browse the repository at this point in the history
  • Loading branch information
dominicstop committed Apr 22, 2023
1 parent 42a2823 commit ff97306
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example/src/examples/Test00.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ export function Test00(props: ExampleProps) {
/>
<CardToggleButton
title={'Toggle isModalBGBlurred'}
value={isModalBGTransparent}
value={isModalBGBlurred}
onPress={(value) => {
setIsModalBGBlurred(value);
}}
Expand Down

0 comments on commit ff97306

Please sign in to comment.