Commit 3fc907d4 authored by boojack's avatar boojack

chore: fix sign in style

parent 7b8a8254
......@@ -35,7 +35,7 @@
@apply absolute top-3 left-3 px-1 leading-10 flex-shrink-0 text-base cursor-text text-gray-400 bg-transparent transition-all select-none;
&.not-null {
@apply text-sm top-0 leading-4 bg-white rounded;
@apply text-sm top-0 z-10 leading-4 bg-white rounded;
}
}
......
......@@ -122,7 +122,7 @@ const Signin: React.FC<Props> = () => {
</div>
<div className={`page-content-container ${actionBtnLoadingState.isLoading ? "requesting" : ""}`}>
<div className="form-item-container input-form-container">
<span className={`normal-tex ${email ? "not-null" : ""}`}>Email</span>
<span className={`normal-text ${email ? "not-null" : ""}`}>Email</span>
<input type="email" value={email} onChange={handleEmailInputChanged} />
</div>
<div className="form-item-container input-form-container">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment