fix. 해더 라이브 버전 아이콘 색상 수정

This commit is contained in:
clkim
2026-02-06 13:23:47 +09:00
parent 60d8cc0a10
commit 644e1817ef
2 changed files with 2 additions and 2 deletions

View File

@@ -165,6 +165,6 @@ onMounted(async () => {
@apply opacity-100;
}
.router-link-active .item-title {
@apply text-[var(--primary)] opacity-100;
@apply text-[var(--text-primary)] opacity-100;
}
</style>

View File

@@ -599,7 +599,7 @@ onMounted(() => {
}
[data-theme='light'] {
.btn-start .nav-2depth:deep(.btn-base) .icon-platform {
.btn-start .nav-2depth:deep(.btn-base) .icon-platform svg {
@apply fill-[#1F1F1F];
}
}