แก้ไขสี hover ของปฏิทินลา

This commit is contained in:
Warunee Tamkoo 2023-12-27 14:36:04 +07:00
parent 5ee1f92260
commit d980946ccc

View file

@ -508,6 +508,6 @@ onMounted(async () => {
}
.textHover:hover {
color: #b5ec9f;
color: var(--q-primary);
}
</style>