Skip to content
This repository has been archived by the owner on May 11, 2021. It is now read-only.

Commit

Permalink
fix: fix green by material pallete
Browse files Browse the repository at this point in the history
  • Loading branch information
igorkamyshev committed Apr 11, 2019
1 parent d6cb232 commit e2be936
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import Color from 'color'

const colors = ['#00D43C', '#FFC107', '#673AB7', '#F44336']
const colors = ['#4CAF50', '#FFC107', '#673AB7', '#F44336']

export const getColor = (index: number) =>
Color(colors[index])
Expand Down

0 comments on commit e2be936

Please sign in to comment.