Skip to content

Commit

Permalink
Revert "feat: Input border color (#186)" (#187)
Browse files Browse the repository at this point in the history
This reverts commit fa2cfa4.
  • Loading branch information
plind-dm committed Feb 18, 2021
1 parent 70941d1 commit e3ab69a
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
2 changes: 0 additions & 2 deletions src/theme/colors.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ export const lightColors: Colors = {
contrast: "#191326",
invertedContrast: "#FFFFFF",
input: "#eeeaf4",
inputBorder: "#cccccc",
tertiary: "#EFF4F5",
text: "#452A7A",
textDisabled: "#BDC2C4",
Expand All @@ -43,7 +42,6 @@ export const darkColors: Colors = {
contrast: "#FFFFFF",
invertedContrast: "#191326",
input: "#483f5a",
inputBorder: "#cccccc",
primaryDark: "#0098A1",
tertiary: "#353547",
text: "#EAE2FC",
Expand Down
1 change: 0 additions & 1 deletion src/theme/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@ export type Colors = {
contrast: string;
invertedContrast: string;
input: string;
inputBorder: string;
background: string;
backgroundDisabled: string;
text: string;
Expand Down

0 comments on commit e3ab69a

Please sign in to comment.