Skip to content

Commit e8c6f87

Browse files
committed
og_image: Adjust metadata value color
1 parent 1ed28e8 commit e8c6f87

7 files changed

+4
-4
lines changed
Loading

crates/crates_io_og_image/src/snapshots/crates_io_og_image__tests__generated_template.typ.snap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,7 @@ expression: template_content
223223
grid(columns: (auto, auto), rows: (auto, auto), column-gutter: .75em, row-gutter: .5em,
224224
grid.cell(rowspan: 2, align: horizon, image("assets/" + icon-name + ".svg", height: 1.2em)),
225225
text(size: 8pt, fill: colors.text-light, upper(title)),
226-
text(size: 12pt, content)
226+
text(size: 12pt, fill: colors.primary, content)
227227
)
228228
)
229229
}

crates/crates_io_og_image/src/snapshots/crates_io_og_image__tests__generated_template_escaping.typ.snap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,7 @@ expression: template_content
223223
grid(columns: (auto, auto), rows: (auto, auto), column-gutter: .75em, row-gutter: .5em,
224224
grid.cell(rowspan: 2, align: horizon, image("assets/" + icon-name + ".svg", height: 1.2em)),
225225
text(size: 8pt, fill: colors.text-light, upper(title)),
226-
text(size: 12pt, content)
226+
text(size: 12pt, fill: colors.primary, content)
227227
)
228228
)
229229
}

crates/crates_io_og_image/src/snapshots/crates_io_og_image__tests__generated_template_minimal.typ.snap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,7 @@ expression: template_content
223223
grid(columns: (auto, auto), rows: (auto, auto), column-gutter: .75em, row-gutter: .5em,
224224
grid.cell(rowspan: 2, align: horizon, image("assets/" + icon-name + ".svg", height: 1.2em)),
225225
text(size: 8pt, fill: colors.text-light, upper(title)),
226-
text(size: 12pt, content)
226+
text(size: 12pt, fill: colors.primary, content)
227227
)
228228
)
229229
}

crates/crates_io_og_image/templates/og-image.typ.j2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,7 @@
219219
grid(columns: (auto, auto), rows: (auto, auto), column-gutter: .75em, row-gutter: .5em,
220220
grid.cell(rowspan: 2, align: horizon, image("assets/" + icon-name + ".svg", height: 1.2em)),
221221
text(size: 8pt, fill: colors.text-light, upper(title)),
222-
text(size: 12pt, content)
222+
text(size: 12pt, fill: colors.primary, content)
223223
)
224224
)
225225
}

0 commit comments

Comments
 (0)