Skip to content

Commit

Permalink
feat: add iconsColor to theme
Browse files Browse the repository at this point in the history
  • Loading branch information
fangsmile committed Sep 25, 2024
1 parent 5fde104 commit 7b5d7c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/vtable/src/icons.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ let expand_color: string;
let expand_color_opacity: string;
let dragReorder_color: string;
let dragReorder_color_opacity: string;
export function setIconColor(themeIconsColor: ITableThemeDefine['iconsColor']) {
export function setIconColor(themeIconsColor: ITableThemeDefine['internalIconsStyle']) {
sort_color = themeIconsColor?.sort_color ?? '#282F38';
sort_color_opacity = themeIconsColor?.sort_color_opacity ?? '0.35';
sort_color_2 = themeIconsColor?.sort_color_2 ?? '#416EFF';
Expand Down

0 comments on commit 7b5d7c1

Please sign in to comment.