💄 稍微处理了一下色彩

This commit is contained in:
BTMuli
2023-09-06 09:28:31 +08:00
parent efd4c670fb
commit d3d23c439f
11 changed files with 22 additions and 54 deletions

View File

@@ -185,7 +185,7 @@ const props = defineProps<TItemBoxProps>();
background: rgb(0 0 0 / 40%);
border-bottom-left-radius: 5px;
border-top-right-radius: 5px;
color: var(--common-color-white);
color: var(--tgc-white-1);
font-family: var(--font-title);
}
@@ -200,7 +200,7 @@ const props = defineProps<TItemBoxProps>();
background: rgb(20 20 20 / 40%);
border-bottom-left-radius: 5px;
border-bottom-right-radius: 5px;
color: var(--common-color-white);
color: var(--tgc-white-1);
font-family: var(--font-title);
}