feat: redirect login to proper route, navigation with Seek component on year pages
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
export const SIZES = {
|
||||
tiny: "0.5rem",
|
||||
tiny: "0.75rem",
|
||||
small: "1rem",
|
||||
normal: "1.25rem",
|
||||
medium: "1.5rem",
|
||||
|
||||
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user