fix code comment

This commit is contained in:
leonard
2025-07-28 08:59:17 +07:00
parent 71f7cf4d30
commit 402b09440f

View File

@ -1259,19 +1259,11 @@ a {
opacity: 0; opacity: 0;
} }
// .v-list-item__content {
// background-color: currentColor;
// }
.v-list-item__title { .v-list-item__title {
color: map-deep-get($config, color: map-deep-get($config,
#{$theme}, #{$theme},
"tui-datepicker-calendar-color" "tui-datepicker-calendar-color"
); );
// @if $theme ==light {
// color: #fff !important;
// }
} }
} }
} }