Added error handling to markerTitle
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
display: block;
|
||||
margin-bottom: .35rem;
|
||||
font-size: .9em;
|
||||
font-weight: 500;
|
||||
font-weight: 600;
|
||||
}
|
||||
|
||||
.form-input {
|
||||
@@ -26,4 +26,10 @@
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.form-error {
|
||||
margin-top: .3em;
|
||||
font-size: .75em;
|
||||
color: var(--red-500);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user