fix: remove padding from username field (#6356)
parent
abdf72dc0f
commit
ca9a836300
|
@ -187,7 +187,7 @@ const PremiumTextfield = (props: ICustomUsernameProps) => {
|
|||
<div className="flex justify-items-center">
|
||||
<Label htmlFor="username">{t("username")}</Label>
|
||||
</div>
|
||||
<div className="mt-2 flex rounded-md">
|
||||
<div className="flex rounded-md">
|
||||
<span
|
||||
className={classNames(
|
||||
isInputUsernamePremium ? "border-1 border-orange-400 " : "",
|
||||
|
|
|
@ -118,7 +118,7 @@ const UsernameTextfield = (props: ICustomUsernameProps) => {
|
|||
|
||||
return (
|
||||
<div>
|
||||
<div className="mt-2 flex rounded-md">
|
||||
<div className="flex rounded-md">
|
||||
<div className="relative w-full">
|
||||
<TextField
|
||||
ref={usernameRef}
|
||||
|
|
Loading…
Reference in New Issue