From 49be88c5831f005c7b2f7768780459f70840ae48 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E3=82=B1=E3=82=A4=E3=83=A9?= Date: Tue, 15 Jul 2025 20:09:09 +0000 Subject: [PATCH] chore: add image style for kiro.svg (#18889) The `whiteWithColor` style gives this image a more appropriate treatment on light themes --- site/src/theme/externalImages.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/site/src/theme/externalImages.ts b/site/src/theme/externalImages.ts index 9f287413cad9f..f736e91e7b745 100644 --- a/site/src/theme/externalImages.ts +++ b/site/src/theme/externalImages.ts @@ -154,6 +154,7 @@ export const defaultParametersForBuiltinIcons = new Map([ ["/icon/image.svg", "monochrome"], ["/icon/jupyter.svg", "blackWithColor"], ["/icon/kasmvnc.svg", "whiteWithColor"], + ["/icon/kiro.svg", "whiteWithColor"], ["/icon/memory.svg", "monochrome"], ["/icon/rust.svg", "monochrome"], ["/icon/terminal.svg", "monochrome"],