Remove hardcoded yellows (#10083)

This commit is contained in:
Samuel Newman
2026-03-20 09:21:16 -07:00
committed by GitHub
parent e28f6d2f37
commit 5bcb909081
2 changed files with 5 additions and 4 deletions
+2 -2
View File
@@ -260,8 +260,8 @@ function DraftMetadataTag({
info: t.atoms.text_contrast_medium.color,
warning: select(t.name, {
light: '#C99A00',
dark: '#FFC404',
dim: '#FFC404',
dark: t.palette.yellow,
dim: t.palette.yellow,
}),
}[display]
return (