We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fff004e commit 2a9a2b6Copy full SHA for 2a9a2b6
CHANGELOG.md
@@ -5,6 +5,10 @@ All notable changes to this project will be documented in this file.
5
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html)
7
8
+## [unreleased]
9
+
10
+- Fixed with-thirdpartyemailpassword-passwordless apps overwritten button's width
11
12
## [0.32.1] - 2023-05-03
13
14
### Changes
examples/with-thirdpartyemailpassword-passwordless/src/App.tsx
@@ -81,6 +81,8 @@ function App() {
81
borderRadius: "8px",
82
marginTop: "10px",
83
cursor: "pointer",
84
+ maxWidth: "240px",
85
+ margin: "0 auto",
86
}}
87
onClick={() => {
88
redirectToAuth({
0 commit comments