Skip to content

Commit ee08b4f

Browse files
remotesynthclaude
andcommitted
Fix gray card icons on Azure docs home page
The Sample Apps and Changelog cards imported file.svg and change.svg, which have gray (#707385) hardcoded in their fill and are authored at 15px for use as CSS background-images in custom.css. The other cards use the purple 36x36 *_Color.svg set, so those two rendered gray and undersized. Point Changelog at the existing CIPipelines_Color.svg, and add SampleApps_Color.svg -- the same document artwork as file.svg, recolored to #4D0DCF and padded to match the set's optical sizing. file.svg and change.svg are left untouched so the .file-icon and .change-icon CSS rules keep rendering gray. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
1 parent 9891919 commit ee08b4f

2 files changed

Lines changed: 6 additions & 3 deletions

File tree

Lines changed: 3 additions & 0 deletions
Loading

src/content/docs/azure/index.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ import { OverviewCards, HeroCards } from '../../../components/OverviewCards';
1212
import rocketIcon from '../../../assets/images/GettingStarted_Color.svg';
1313
import connectionsIcon from '../../../assets/images/Integrations_Color.svg';
1414
import cubeIcon from '../../../assets/images/LSAWS_Color.svg';
15-
import fileIcon from '../../../assets/images/file.svg';
16-
import changeIcon from '../../../assets/images/change.svg';
15+
import fileIcon from '../../../assets/images/SampleApps_Color.svg';
16+
import pipelineIcon from '../../../assets/images/CIPipelines_Color.svg';
1717

1818
<HeroCards
1919
cards={[
@@ -61,7 +61,7 @@ import changeIcon from '../../../assets/images/change.svg';
6161
title: "Changelog",
6262
description: "Track Azure emulator updates and release highlights.",
6363
href: "/azure/changelog",
64-
icon: changeIcon.src
64+
icon: pipelineIcon.src
6565
}
6666
]}
6767
client:load

0 commit comments

Comments
 (0)