diff --git a/src/components/Page1.tsx b/src/components/Page1.tsx index b915355..1385dc9 100644 --- a/src/components/Page1.tsx +++ b/src/components/Page1.tsx @@ -46,7 +46,7 @@ function Body({ view }: Props) { return (
-
+
UPCOMING SESSION
@@ -97,7 +97,7 @@ function Side({ view }: Props) { return (
{hasKeynote && ( -
+
@@ -122,7 +122,7 @@ function Side({ view }: Props) { {talks.map((talk) => (
diff --git a/src/components/Page2.tsx b/src/components/Page2.tsx index 93cde6f..075f57f 100644 --- a/src/components/Page2.tsx +++ b/src/components/Page2.tsx @@ -37,7 +37,7 @@ function Body({ view }: Props) { } return (
-
+
UPCOMING SESSION
diff --git a/tailwind.config.ts b/tailwind.config.ts index 9c580e8..3deddf4 100644 --- a/tailwind.config.ts +++ b/tailwind.config.ts @@ -14,9 +14,8 @@ const config: Config = { 'ryo-gothic-plusn': ['ryo-gothic-plusn', 'sans-serif'], }, colors: { - 'Orange-2024': '#006FB8', - 'Blue-2024': '#00A6E1', - 'Teal-2024': '#5F5F9D', + 'COLOR-UPCOMING-SESSION-LABEL': '#ae291b', + 'COLOR-TIMETABLE-Box': '#008f9e', }, }, fontSize: {