Skip to content

Commit

Permalink
fix(sheet): border color (#2326)
Browse files Browse the repository at this point in the history
  • Loading branch information
DR-Univer authored May 25, 2024
1 parent 6e6f185 commit 1e2b4c3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -538,7 +538,7 @@ export class Spreadsheet extends SheetComponent {
ctx.setLineWidthByPrecision(1);

// TODO@jikkai: these should be configurable
ctx.strokeStyle = getColor([235, 236, 239]);
ctx.strokeStyle = getColor([214, 216, 219]);

const columnWidthAccumulationLength = columnWidthAccumulation.length;
const rowHeightAccumulationLength = rowHeightAccumulation.length;
Expand Down

0 comments on commit 1e2b4c3

Please sign in to comment.