feat: traversal of dates in Seek component

This commit is contained in:
Kyle Gill
2019-03-28 15:36:51 -06:00
parent b2ad7d544d
commit 7839ef9a52
9 changed files with 115 additions and 36 deletions

View File

@@ -1,5 +1,6 @@
const theme = {
LIGHT: {
name: "Light",
colors: {
primary: "#2E3136",
secondary: "#999",
@@ -11,6 +12,7 @@ const theme = {
}
},
DARK: {
name: "Dark",
colors: {
primary: "#F3F6F8",
secondary: "#9Ba3B0",