Skip to content

Commit

Permalink
Merge branch 'master' into bugfix/case-id-route-reminder
Browse files Browse the repository at this point in the history
  • Loading branch information
wssheldon authored Dec 2, 2023
2 parents ae586c6 + 672035f commit ae7cc6e
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions src/dispatch/static/dispatch/src/styles/index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -50,3 +50,21 @@
padding: 0px 14px !important;
font-size: 0.75rem !important;
}

.v-theme--light{
.formkit-input {
--fk-color-input: rgb(0,0,0);;
}
.formkit-help {
--fk-color-help: rgb(0,0,0);
}
}

.v-theme--dark{
.formkit-input {
--fk-color-input: rgb(255,255,255);;
}
.formkit-help {
--fk-color-help: rgb(255,255,255);;
}
}

0 comments on commit ae7cc6e

Please sign in to comment.