added styling for select group title in app.css

This commit is contained in:
Cihan Şentürk 2026-03-09 22:46:05 +03:00
parent 3a94319805
commit 3c033af0d6
1 changed files with 4 additions and 0 deletions

View File

@ -291,6 +291,10 @@
color:#595959 !important;
}
.el-select-group__title {
@apply text-purple-500 font-bold;
}
.el-select-dropdown .popper__arrow::after {
display: none;
}