Skip to content

Commit 6c8394e

Browse files
committed
feat: default layout 2px border
1 parent b97c670 commit 6c8394e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/server/utils/storage.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ export const getSettings = (): ISettings => {
2323
{
2424
globalSettings: {
2525
fontFamily: '"Helvetica Neue", Helvetica, Arial, sans-serif',
26-
borderWidth: "1px",
26+
borderWidth: "2px",
2727
borderRadius: "5px",
2828
},
2929
sources: defaultLayout,

0 commit comments

Comments
 (0)