-
Notifications
You must be signed in to change notification settings - Fork 0
Theme Transition #109
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: v0.1.3
Are you sure you want to change the base?
Theme Transition #109
Changes from all commits
ec6fc75
41d5785
aec2666
139cf69
efca65d
32fb952
fcc5473
2636fba
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -46,7 +46,6 @@ export default function TextInputField(props: TextInputFieldProps) { | |
| isPassword && "pr-10", | ||
|
|
||
| // borders and colors | ||
| "transition-colors", | ||
| error | ||
| ? "border-error text-error" // error | ||
| : "border-foreground", // default | ||
|
|
@@ -66,7 +65,7 @@ export default function TextInputField(props: TextInputFieldProps) { | |
| htmlFor={id} | ||
| className={cn( | ||
| "absolute origin-[0_0] cursor-text px-1", | ||
| "transition-all duration-200 ease-in-out", | ||
| "transition-transform duration-200 ease-in-out", | ||
|
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I don't think this worked, since the placeholder text fades from one place to another. Screen.Recording.2026-01-06.at.10.21.18.PM.mov |
||
| outlined ? "left-4" : "left-1", | ||
| classname, | ||
|
|
||
|
|
||
|
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. All the text with the Screen.Recording.2026-01-06.at.10.23.21.PM.movScreen.Recording.2026-01-06.at.10.24.19.PM.mov |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The placeholder text has an instant transition.
Screen.Recording.2026-01-06.at.10.27.45.PM.mov