Answers for "vuetify input change outline color"

CSS
0

vuetify input change outline color

<style scoped>
.v-text-field--outlined >>> fieldset {
  border-color: rgba(192, 0, 250, 0.986);
}
</style>
Posted by: Guest on October-15-2021

Code answers related to "vuetify input change outline color"

Browse Popular Code Answers by Language