Skip to content

Commit

Permalink
Change font and placeholder for input within AdminRegistration
Browse files Browse the repository at this point in the history
  • Loading branch information
YanZhylavy committed Oct 14, 2024
1 parent cff6d9f commit e16a6b7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ const AdminRegistration = () => {
id="newAdminEmail"
onChange={handleInputChange}
type="text"
placeholder="Введіть текст"
placeholder="Введіть електронну пошту"
autoComplete="off" />
</Tooltip>
<button className={css['admin_registration-button']} onClick={handleSubmit}>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@
padding: 3px 12px;
border: 1px solid var(--border-input__admin-panel);
border-radius: 2px;
font-family: var(--font-messages);
font-size: 14px;
}

Expand Down

0 comments on commit e16a6b7

Please sign in to comment.