fix. 해더 라이브 버전 아이콘 색상 수정
This commit is contained in:
@@ -165,6 +165,6 @@ onMounted(async () => {
|
|||||||
@apply opacity-100;
|
@apply opacity-100;
|
||||||
}
|
}
|
||||||
.router-link-active .item-title {
|
.router-link-active .item-title {
|
||||||
@apply text-[var(--primary)] opacity-100;
|
@apply text-[var(--text-primary)] opacity-100;
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|||||||
@@ -599,7 +599,7 @@ onMounted(() => {
|
|||||||
}
|
}
|
||||||
|
|
||||||
[data-theme='light'] {
|
[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];
|
@apply fill-[#1F1F1F];
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user