fix(dark): fix --text-color light color not work (#3228)

* fix(dark): fix --text-color light color not work

* fix(dark): fix --text-color light color not work

---------

Co-authored-by: 苗大 <caoshengmiao@hypergryph.com>
This commit is contained in:
苗大 2023-11-02 11:23:01 +08:00 committed by GitHub
parent 59145ade25
commit 2e632e4d4d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -14,7 +14,7 @@ export type CustomColorType = {
export const customColorList: CustomColorType[] = [
{
name: '--text-color',
light: 'rgba(0 0 0 85%)',
light: 'rgba(0, 0, 0, 0.85)',
dark: '#c9d1d9',
},
{