Skip to content

Commit 2a9a2b6

Browse files
wtusfoAlisher
and
Alisher
authored
fix: example app button (#686)
Co-authored-by: Alisher <[email protected]>
1 parent fff004e commit 2a9a2b6

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html)
77

8+
## [unreleased]
9+
10+
- Fixed with-thirdpartyemailpassword-passwordless apps overwritten button's width
11+
812
## [0.32.1] - 2023-05-03
913

1014
### Changes

examples/with-thirdpartyemailpassword-passwordless/src/App.tsx

+2
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,8 @@ function App() {
8181
borderRadius: "8px",
8282
marginTop: "10px",
8383
cursor: "pointer",
84+
maxWidth: "240px",
85+
margin: "0 auto",
8486
}}
8587
onClick={() => {
8688
redirectToAuth({

0 commit comments

Comments
 (0)