Fixing styling with modal text

This commit is contained in:
brydon1 2023-07-27 09:38:17 -04:00
parent 36a8b706f0
commit 9b92cfacec
2 changed files with 4 additions and 3 deletions

View file

@ -46,7 +46,8 @@ export default {
const fieldOptions = {
type: inputType,
validateOnValueUpdate: false,
validateOnMount: false
validateOnMount: false,
validateOnBlur: false
};
const { handleChange, meta, errors }

View file

@ -65,12 +65,12 @@ body {
}
.modal-text {
display: inline;
display: contents !important;
color: $blue;
cursor: pointer;
text-decoration: underline;
border: none;
background-color: transparent;
background-color: inherit;
padding: 0;
text-underline-offset: 5px;
font-size: 14px;