-
Notifications
You must be signed in to change notification settings - Fork 22
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'feat/nova-visualizer/update-block-colors' of github.com…
…:iotaledger/explorer into feat/nova-visualizer/update-block-colors
- Loading branch information
Showing
7 changed files
with
87 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,7 @@ | ||
export const IOTA_UI = "iota_ui"; | ||
export const IOTA2_UI = "iota2_ui"; | ||
export const SHIMMER_UI = "shimmer_ui"; | ||
|
||
const themes = [IOTA_UI, SHIMMER_UI] as const; | ||
const themes = [IOTA_UI, IOTA2_UI, SHIMMER_UI] as const; | ||
|
||
export type Theme = (typeof themes)[number]; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,5 @@ | ||
export const IOTA_UI = "iota_ui"; | ||
export const IOTA2_UI = "iota2_ui"; | ||
export const SHIMMER_UI = "shimmer_ui"; | ||
|
||
export type Theme = typeof IOTA_UI | typeof SHIMMER_UI; | ||
export type Theme = typeof IOTA_UI | typeof IOTA2_UI | typeof SHIMMER_UI; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters