feat: redirect login to proper route, navigation with Seek component on year pages

This commit is contained in:
Kyle Gill
2019-03-28 17:10:25 -06:00
parent d716274d5f
commit 8890b82332
8 changed files with 57 additions and 14 deletions

View File

@@ -1,5 +1,5 @@
export const SIZES = {
tiny: "0.5rem",
tiny: "0.75rem",
small: "1rem",
normal: "1.25rem",
medium: "1.5rem",

View File

@@ -2,6 +2,7 @@ const theme = {
LIGHT: {
name: "Light",
colors: {
logo: "#344157",
primary: "#2E3136",
secondary: "#999",
tertiary: "#C4C4C4",
@@ -14,6 +15,7 @@ const theme = {
DARK: {
name: "Dark",
colors: {
logo: "#EAEAEA",
primary: "#F3F6F8",
secondary: "#9Ba3B0",
tertiary: "#6F7682",