Skip to content

Commit

Permalink
fix(box): fix preset naming for singleThick (#201)
Browse files Browse the repository at this point in the history
  • Loading branch information
cpreston321 committed Jun 27, 2023
1 parent 01b9761 commit f09c758
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils/box.ts
Expand Up @@ -79,7 +79,7 @@ const boxStylePresets: Record<string, BoxBorderStyle> = {
h: "─",
v: "║",
},
SingleThick: {
singleThick: {
tl: "┏",
tr: "┓",
bl: "┗",
Expand Down

0 comments on commit f09c758

Please sign in to comment.