diff --git a/.changeset/few-beers-wink.md b/.changeset/few-beers-wink.md new file mode 100644 index 0000000000..a845151cc8 --- /dev/null +++ b/.changeset/few-beers-wink.md @@ -0,0 +1,2 @@ +--- +--- diff --git a/packages/clerk-js/src/ui/elements/Card/CardContent.tsx b/packages/clerk-js/src/ui/elements/Card/CardContent.tsx index 8f4aae3585..1b57608fe9 100644 --- a/packages/clerk-js/src/ui/elements/Card/CardContent.tsx +++ b/packages/clerk-js/src/ui/elements/Card/CardContent.tsx @@ -25,7 +25,6 @@ export const CardContent = React.forwardRef((p sx={[ t => ({ backgroundColor: t.colors.$colorBackground, - overflow: 'hidden', willChange: 'transform, opacity, height', transitionProperty: t.transitionProperty.$common, transitionDuration: '200ms', diff --git a/packages/clerk-js/src/ui/elements/PhoneInput/PhoneInput.tsx b/packages/clerk-js/src/ui/elements/PhoneInput/PhoneInput.tsx index 9dfa491c98..818d52ee15 100644 --- a/packages/clerk-js/src/ui/elements/PhoneInput/PhoneInput.tsx +++ b/packages/clerk-js/src/ui/elements/PhoneInput/PhoneInput.tsx @@ -189,7 +189,7 @@ const CountryCodeListItem = memo((props: CountryCodeListItemProps) => { /> {country.name} diff --git a/packages/clerk-js/src/ui/elements/Select.tsx b/packages/clerk-js/src/ui/elements/Select.tsx index 7c8f91bc49..b20cd4e6ab 100644 --- a/packages/clerk-js/src/ui/elements/Select.tsx +++ b/packages/clerk-js/src/ui/elements/Select.tsx @@ -190,7 +190,7 @@ const SelectSearchbar = (props: PropsOfComponent) => { t => ({ border: 'none', borderRadius: t.radii.$md, - backgroundColor: t.colors.$blackAlpha200, + backgroundColor: t.colors.$blackAlpha50, padding: t.space.$2, }), sx,