Skip to content

Commit b985ff0

Browse files
authored
fix: vxe-table theme token follow primary color (#6007)
1 parent b148b8e commit b985ff0

File tree

1 file changed

+3
-0
lines changed
  • packages/effects/plugins/src/vxe-table

1 file changed

+3
-0
lines changed

packages/effects/plugins/src/vxe-table/style.css

+3
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,9 @@
4545
);
4646
--vxe-ui-table-row-current-background-color: hsl(var(--accent));
4747
--vxe-ui-table-row-hover-current-background-color: hsl(var(--accent-hover));
48+
--vxe-ui-font-primary-tinge-color: hsl(var(--primary));
49+
--vxe-ui-font-primary-lighten-color: hsl(var(--primary) / 60%);
50+
--vxe-ui-font-primary-darken-color: hsl(var(--primary));
4851

4952
height: auto !important;
5053

0 commit comments

Comments
 (0)