Skip to content

Commit

Permalink
add dm transition color (#3807)
Browse files Browse the repository at this point in the history
  • Loading branch information
joshri committed Jun 27, 2023
1 parent 0eded92 commit 9ff22e2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ui/lib/theme.ts
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@ export const theme = (mode: ThemeTypes = ThemeTypes.Light): DefaultTheme => {
neutral40: "#ffffff",
whiteToPrimary: "#32324B",
grayToPrimary: "#009CCC",
neutral20ToPrimary: "#32324B",
backGray: "#32324B",
blueWithOpacity: "rgba(0, 179, 236, 0.1)",
feedbackLight: "#8A460A",
Expand Down Expand Up @@ -121,6 +122,7 @@ export const theme = (mode: ThemeTypes = ThemeTypes.Light): DefaultTheme => {
neutral40: "#1a1a1a",
whiteToPrimary: "#fff",
grayToPrimary: "#737373",
neutral20ToPrimary: "#d8d8d8",
backGray: "#eef0f4",
blueWithOpacity: "rgba(0, 179, 236, 0.1)",
feedbackLight: "#FCE6D2",
Expand Down
1 change: 1 addition & 0 deletions ui/typedefs/styled.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ export namespace colors {
const neutral40: string;
const whiteToPrimary: string;
const grayToPrimary: string;
const neutral20ToPrimary: string;
const backGray: string;
const blueWithOpacity: string;
const feedbackLight: string;
Expand Down

0 comments on commit 9ff22e2

Please sign in to comment.