Skip to content

Commit

Permalink
Merge pull request #27 from CoreumFoundation/fix/tx-label-colors
Browse files Browse the repository at this point in the history
Fix/tx label colors
  • Loading branch information
jccifuentes21 authored Mar 21, 2023
2 parents 84bd70f + 27c53d8 commit 73b0d55
Show file tree
Hide file tree
Showing 4 changed files with 160 additions and 91 deletions.
10 changes: 8 additions & 2 deletions apps/web-coreum/src/chain.json
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@
"three": "#E79726",
"four": "#F17053",
"five": "#DA4B4B",
"six": "#9438DC",
"six": "#C3C3C3",
"seven": "#1A869D",
"eight": "#2C9950",
"nine": "#B49F37",
Expand All @@ -101,6 +101,9 @@
"eighteen": "#F0A479",
"nineteen": "#D37763",
"twenty": "#D9C788"
},
"tags_bg": {
"six": "#36383F"
}
}
},
Expand Down Expand Up @@ -179,7 +182,7 @@
"three": "#E79720",
"four": "#F17047",
"five": "#DA4B4B",
"six": "#9438DC",
"six": "#868991",
"seven": "#1A869D",
"eight": "#2C9944",
"nine": "#B49F31",
Expand All @@ -194,6 +197,9 @@
"eighteen": "#F0A479",
"nineteen": "#D37763",
"twenty": "#D9C788"
},
"tags_bg": {
"six": "#eaeaea"
}
}
}
Expand Down
23 changes: 23 additions & 0 deletions packages/ui/createPalette.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,29 @@ declare module '@mui/material/styles/createPalette' {
nineteen: string;
twenty: string;
};
tags_bg: {
zero: string;
one: string;
two: string;
three: string;
four: string;
five: string;
six: string;
seven: string;
eight: string;
nine: string;
ten: string;
eleven: string;
twelve: string;
thirteen: string;
fourteen: string;
fifteen: string;
sixteen: string;
seventeen: string;
eighteen: string;
nineteen: string;
twenty: string;
};
charts: {
zero: string;
one: string;
Expand Down
Loading

0 comments on commit 73b0d55

Please sign in to comment.