Files
calebburke.dev/web/src/scss/components/_VTextField.scss
T
2026-07-15 01:01:19 -07:00

13 lines
243 B
SCSS

.v-text-field input {
font-size: 0.875rem;
}
.v-field__outline {
color: rgb(var(--v-theme-inputBorder));
--v-field-border-opacity: 1 !important;
}
.input {
.v-field--variant-outlined {
background-color: rgba(0, 0, 0, 0.025);
}
}