Skip to content

Commit f3ad80e

Browse files
committed
feat: migrate HumanID platform icons from PNG to SVG with currentColor
- Replace PNG icons with SVG versions for better scalability - Update all SVG icons to use currentColor for theme compatibility - Affects: Government ID, Biometrics, Clean Hands, Phone Verification
1 parent 5a9d29d commit f3ad80e

File tree

12 files changed

+18
-4
lines changed

12 files changed

+18
-4
lines changed

app/public/assets/biometrics.png

-293 Bytes
Binary file not shown.

app/public/assets/biometrics.svg

Lines changed: 3 additions & 0 deletions
Loading

app/public/assets/cleanHands.png

-450 Bytes
Binary file not shown.

app/public/assets/cleanHands.svg

Lines changed: 5 additions & 0 deletions
Loading

app/public/assets/idCard.png

-302 Bytes
Binary file not shown.

app/public/assets/idCard.svg

Lines changed: 3 additions & 0 deletions
Loading

app/public/assets/smartphone.png

-222 Bytes
Binary file not shown.

app/public/assets/smartphone.svg

Lines changed: 3 additions & 0 deletions
Loading

platforms/src/Biometrics/Providers-config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import { requestSBT } from "../HumanID/shared/utils.js";
22
import { PlatformGroupSpec, PlatformSpec } from "../types.js";
33

44
export const PlatformDetails: PlatformSpec = {
5-
icon: "./assets/biometrics.png",
5+
icon: "./assets/biometrics.svg",
66
platform: "Biometrics",
77
name: "Biometrics",
88
description: "Verify your uniqueness using facial biometrics",

platforms/src/CleanHands/Providers-config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import { CleanHandsProvider } from "./Providers/index.js";
33
import { requestSBT } from "../HumanID/shared/utils.js";
44

55
export const PlatformDetails: PlatformSpec = {
6-
icon: "./assets/cleanHands.png",
6+
icon: "./assets/cleanHands.svg",
77
platform: "CleanHands",
88
name: "Proof of Clean Hands",
99
description: "Prove you're not on sanctions lists",

0 commit comments

Comments
 (0)