Skip to content

Commit

Permalink
feat(tokens): add new tokens
Browse files Browse the repository at this point in the history
  • Loading branch information
rzpcibot committed Oct 27, 2023
1 parent d6f5210 commit 37dcf1a
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 12 deletions.
6 changes: 0 additions & 6 deletions packages/blade/src/tokens/theme/bankingTheme.ts
Original file line number Diff line number Diff line change
Expand Up @@ -90,9 +90,6 @@ const colors: ColorsWithModes = {
},
popup: { background: globalColors.neutral.navyGrayLight[700] },
},
overlay: {
background: globalColors.neutral.ashGrayLight.a1100,
},
brand: {
primary: {
300: globalColors.chromatic.azure.a50,
Expand Down Expand Up @@ -1418,9 +1415,6 @@ const colors: ColorsWithModes = {
},
popup: { background: globalColors.neutral.navyGrayDark[700] },
},
overlay: {
background: globalColors.neutral.ashGrayDark.a1100,
},
brand: {
primary: {
300: globalColors.chromatic.azure.a100,
Expand Down
6 changes: 0 additions & 6 deletions packages/blade/src/tokens/theme/paymentTheme.ts
Original file line number Diff line number Diff line change
Expand Up @@ -90,9 +90,6 @@ const colors: ColorsWithModes = {
},
popup: { background: globalColors.neutral.blueGrayLight[100] },
},
overlay: {
background: globalColors.neutral.ashGrayLight.a1100,
},
brand: {
primary: {
300: globalColors.chromatic.azure.a50,
Expand Down Expand Up @@ -1418,9 +1415,6 @@ const colors: ColorsWithModes = {
},
popup: { background: globalColors.neutral.blueGrayDark[100] },
},
overlay: {
background: globalColors.neutral.ashGrayDark.a1100,
},
brand: {
primary: {
300: globalColors.chromatic.azure.a100,
Expand Down

0 comments on commit 37dcf1a

Please sign in to comment.