diff --git a/.changeset/few-beers-wink.md b/.changeset/few-beers-wink.md new file mode 100644 index 00000000000..a845151cc84 --- /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 8f4aae3585a..1b57608fe91 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 9dfa491c98f..818d52ee159 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 7c8f91bc498..b20cd4e6ab2 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,