Skip to content

Commit

Permalink
💄 Gloss: Example - Update Spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
dominicstop committed Jan 9, 2023
1 parent 0469d00 commit 52af475
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion example/src/components/ModalViewTest2.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,10 @@ import { sharedStyles } from '../constants/SharedStyles';
const availableBlurStylesCount = AvailableBlurEffectStyles?.length ?? 0;

const TestModal = React.forwardRef((props, ref) => (
<ModalView ref={ref} {...props}>
<ModalView
ref={ref}
{...props}
>
<React.Fragment>
<View style={sharedStyles.titleContainer}>
<Text style={sharedStyles.textEmoji}>
Expand Down

0 comments on commit 52af475

Please sign in to comment.