Register field in frontend. still needs some design things
This commit is contained in:
parent
514de0e4ae
commit
9621a12f0c
5 changed files with 18 additions and 15 deletions
6
frontend/src/components/Input.css
Normal file
6
frontend/src/components/Input.css
Normal file
|
@ -0,0 +1,6 @@
|
|||
.input-field {
|
||||
width: auto;
|
||||
}
|
||||
.input-field input {
|
||||
border-color: var(--primary);
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue