Skip to content

Commit

Permalink
chore: support custom dark/light icons
Browse files Browse the repository at this point in the history
  • Loading branch information
avimak committed Dec 14, 2023
1 parent 9c72098 commit 08850bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/core/src/StarknetWindowObject.ts
Original file line number Diff line number Diff line change
Expand Up @@ -271,7 +271,7 @@ export interface StarknetWindowObject {
id: string
name: string
version: string
icon: string
icon: string | { dark: string; light: string }
request: <T extends RpcMessage>(
call: Omit<T, "result">,
) => Promise<T["result"]>
Expand Down

0 comments on commit 08850bf

Please sign in to comment.