-
Notifications
You must be signed in to change notification settings - Fork 126
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: password letter spacing (#218)
* password letterSpacing 0px * Add changeset file to bump the package version --------- Co-authored-by: Andrew Smith <[email protected]>
- Loading branch information
1 parent
819666d
commit a80400e
Showing
4 changed files
with
10 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
--- | ||
'@supabase/auth-ui-svelte': patch | ||
'@supabase/auth-ui-react': patch | ||
'@supabase/auth-ui-solid': patch | ||
--- | ||
|
||
Fix password letter spacing |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -37,7 +37,7 @@ | |
letterSpacing: '0px' | ||
}, | ||
password: { | ||
letterSpacing: '6px' | ||
letterSpacing: '0px' | ||
} | ||
} | ||
} | ||
|