Skip to content

Commit

Permalink
revert accidental commit
Browse files Browse the repository at this point in the history
  • Loading branch information
marcoskolodny committed Sep 27, 2024
1 parent 6177a89 commit 7a3f0d2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 10 deletions.
9 changes: 0 additions & 9 deletions src/text-link.css.ts
Original file line number Diff line number Diff line change
Expand Up @@ -75,12 +75,3 @@ export const variants = styleVariants({
},
],
});

export const touchable = sprinkles({
display: 'block',
border: 'none',
width: '100%',
background: 'transparent',
padding: 0,
overflow: 'visible',
});
2 changes: 1 addition & 1 deletion src/text-link.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -64,10 +64,10 @@ const TextLink = ({
<BaseTouchable
{...props}
stopPropagation
as={props.onPress ? 'a' : undefined}
trackingEvent={props.trackingEvent ?? (trackEvent ? createDefaultTrackingEvent() : undefined)}
disabled={disabled || formStatus === 'sending'}
className={classnames(
styles.touchable,
isInverse
? isDarkMode
? styles.variants.inverseDark
Expand Down

1 comment on commit 7a3f0d2

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Deploy preview for mistica-web ready!

✅ Preview
https://mistica-d62ptidu0-flows-projects-65bb050e.vercel.app

Built with commit 7a3f0d2.
This pull request is being automatically deployed with vercel-action

Please sign in to comment.