Skip to content

Commit

Permalink
style: fix eslint issues
Browse files Browse the repository at this point in the history
  • Loading branch information
schoero committed Oct 30, 2023
1 parent 89cccae commit e6257d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/data/table.ts
Original file line number Diff line number Diff line change
Expand Up @@ -274,8 +274,8 @@ export const borderOverrides: PDFTable = {

export const borderColor: PDFTable = {
align: "center",
borderWidth: 1,
borderColor: "#ff0000",
borderWidth: 1,
rows: [
{
borderColor: "#00ff00",
Expand Down

0 comments on commit e6257d7

Please sign in to comment.