Skip to content

Commit

Permalink
feat(uikit): Dropdown color (#52)
Browse files Browse the repository at this point in the history
  • Loading branch information
Wowlian committed Apr 5, 2021
1 parent 4366db3 commit 9c7f309
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/pancake-uikit/src/theme/colors.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ export const lightColors: Colors = {
background: "#FAF9FA",
backgroundDisabled: "#E9EAEB",
contrast: "#191326",
dropdown: "#F6F6F6",
invertedContrast: "#FFFFFF",
input: "#eeeaf4",
inputSecondary: "#d7caec",
Expand All @@ -41,6 +42,7 @@ export const darkColors: Colors = {
background: "#100C18",
backgroundDisabled: "#3c3742",
contrast: "#FFFFFF",
dropdown: "#1E1D20",
invertedContrast: "#191326",
input: "#483f5a",
inputSecondary: "#66578D",
Expand Down
1 change: 1 addition & 0 deletions packages/pancake-uikit/src/theme/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ export type Colors = {
failure: string;
warning: string;
contrast: string;
dropdown: string;
invertedContrast: string;
input: string;
inputSecondary: string;
Expand Down

0 comments on commit 9c7f309

Please sign in to comment.