Skip to content

Commit

Permalink
fix(sheets-ui): fix border panel icons (#1815)
Browse files Browse the repository at this point in the history
  • Loading branch information
jikkai committed Apr 7, 2024
1 parent cd631af commit ea7636e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/sheets-ui/src/components/border-panel/interface.ts
Expand Up @@ -66,12 +66,12 @@ export const BORDER_LINE_CHILDREN = [
},
{
label: 'borderLine.borderHorizontal',
icon: 'InnerBorder',
icon: 'HorizontalBorder',
value: 'horizontal',
},
{
label: 'borderLine.borderVertical',
icon: 'InnerBorder',
icon: 'VerticalBorder',
value: 'vertical',
},

Expand Down
4 changes: 4 additions & 0 deletions packages/ui/src/common/component-manager.ts
Expand Up @@ -54,6 +54,7 @@ import {
FreezeToSelectedSingle,
FunctionSingle,
Hide,
HorizontalBorder,
HorizontallySingle,
HorizontalMergeSingle,
InnerBorder,
Expand Down Expand Up @@ -101,6 +102,7 @@ import {
UndoSingle,
UnorderSingle,
UpBorder,
VerticalBorder,
VerticalCenterSingle,
VerticalIntegrationSingle,
VerticalTextSingle,
Expand Down Expand Up @@ -183,6 +185,7 @@ export class ComponentManager {
UnderlineSingle,
UndoSingle,
UpBorder,
VerticalBorder,
VerticalCenterSingle,
VerticalTextSingle,
Insert,
Expand All @@ -200,6 +203,7 @@ export class ComponentManager {
DeleteCellMoveDown,
Reduce,
Hide,
HorizontalBorder,
AutoHeight,
AdjustHeight,
AdjustWidth,
Expand Down

0 comments on commit ea7636e

Please sign in to comment.