Skip to content

Commit

Permalink
Update color scheme
Browse files Browse the repository at this point in the history
  • Loading branch information
sakarisson committed Apr 29, 2020
1 parent 96d76f5 commit e8db3b9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/style/Color.ts
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
enum Color {
TEXT_PRIMARY = "rgba(0, 0, 0, 0.88);",
TEXT_SECONDARY = "rgb(125, 125, 125)",
TEXT_HIGHLIGHT = "rgb(43, 188, 138)",
TEXT_HIGHLIGHT = "#00b8a9",

BACKGROUND = "rgb(253, 246, 227)",
BACKGROUND = "#f8f3d4",
}

export default Color

1 comment on commit e8db3b9

@vercel
Copy link

@vercel vercel bot commented on e8db3b9 Apr 29, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.