update screen 8, 10

This commit is contained in:
leonard
2025-07-28 08:44:51 +07:00
parent 1453e75f9a
commit d3984182e8
6 changed files with 17 additions and 11 deletions

View File

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