Skip to content

Commit 9774264

Browse files
authored
chore: add image style for kiro.svg (#18889)
The `whiteWithColor` style gives this image a more appropriate treatment on light themes
1 parent e76115c commit 9774264

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

site/src/theme/externalImages.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -154,6 +154,7 @@ export const defaultParametersForBuiltinIcons = new Map<string, string>([
154154
["/icon/image.svg", "monochrome"],
155155
["/icon/jupyter.svg", "blackWithColor"],
156156
["/icon/kasmvnc.svg", "whiteWithColor"],
157+
["/icon/kiro.svg", "whiteWithColor"],
157158
["/icon/memory.svg", "monochrome"],
158159
["/icon/rust.svg", "monochrome"],
159160
["/icon/terminal.svg", "monochrome"],

0 commit comments

Comments
 (0)