From b985ff0584832de62189df8361eccbfc735a34f1 Mon Sep 17 00:00:00 2001 From: pangyajun123 <284390918@qq.com> Date: Mon, 21 Apr 2025 19:15:05 +0800 Subject: [PATCH] fix: vxe-table theme token follow primary color (#6007) --- packages/effects/plugins/src/vxe-table/style.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/packages/effects/plugins/src/vxe-table/style.css b/packages/effects/plugins/src/vxe-table/style.css index cd1d67c4..5b47fa2c 100644 --- a/packages/effects/plugins/src/vxe-table/style.css +++ b/packages/effects/plugins/src/vxe-table/style.css @@ -45,6 +45,9 @@ ); --vxe-ui-table-row-current-background-color: hsl(var(--accent)); --vxe-ui-table-row-hover-current-background-color: hsl(var(--accent-hover)); + --vxe-ui-font-primary-tinge-color: hsl(var(--primary)); + --vxe-ui-font-primary-lighten-color: hsl(var(--primary) / 60%); + --vxe-ui-font-primary-darken-color: hsl(var(--primary)); height: auto !important;