Skip to content

Commit 7c29718

Browse files
authored
Fix malformed JSON in theme settings (#530)
Fix malformed JSON in theme settings due to comma misplacement
1 parent 045cc49 commit 7c29718

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Sources/PostgresNIO/Docs.docc/theme-settings.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,15 @@
55
"button": { "border-radius": "16px", "border-width": "1px", "border-style": "solid" },
66
"code": { "border-radius": "16px", "border-width": "1px", "border-style": "solid" },
77
"color": {
8-
"fill": { "dark": "#000", "light": "#fff" }
8+
"fill": { "dark": "#000", "light": "#fff" },
99
"psqlnio": "#336791",
1010
"documentation-intro-fill": "radial-gradient(circle at top, var(--color-psqlnio) 30%, #000 100%)",
1111
"documentation-intro-accent": "var(--color-psqlnio)",
1212
"documentation-intro-eyebrow": "white",
1313
"documentation-intro-figure": "white",
1414
"documentation-intro-title": "white",
1515
"logo-base": { "dark": "#fff", "light": "#000" },
16-
"logo-shape": { "dark": "#000", "light": "#fff" },
16+
"logo-shape": { "dark": "#000", "light": "#fff" }
1717
},
1818
"icons": { "technology": "/postgresnio/images/vapor-postgresnio-logo.svg" }
1919
},

0 commit comments

Comments
 (0)