supabase-community / auth-ui

Pre-built Auth UI for React
https://supabase.com/docs/guides/auth/auth-helpers/auth-ui
MIT License
487 stars 121 forks source link

fix: removed doubled button border radius #61

Closed alexanderhodes closed 1 year ago

alexanderhodes commented 1 year ago

What kind of change does this PR introduce?

Bug fix

What is the current behavior?

There are two properties for specifying the border radius for the button.borderRadiusButton is working and buttonBorderRadius is not applying any styles.

What is the new behavior?

The property borderRadiusButton was renamed to buttonBorderRadius for making it consistent to inputBorderRadius. Now buttonBorderRadius is working in the expected way.

Additional context

Add any other context or screenshots.