Skip to content

Commit 9316fe0

Browse files
fix: light mode button visibility by adding film colour palette
Squash merged after review. Build/lint/typecheck all pass. Adds film colour palette to Tailwind config for proper light mode visibility.
1 parent cf7b15d commit 9316fe0

1 file changed

Lines changed: 13 additions & 0 deletions

File tree

tailwind.config.ts

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,19 @@ const config: Config = {
1616
colors: {
1717
background: "var(--background)",
1818
foreground: "var(--foreground)",
19+
film: {
20+
50: "#fdf3f4",
21+
100: "#fbe5e7",
22+
200: "#f6c7cb",
23+
300: "#f09ea5",
24+
400: "var(--film-400)",
25+
500: "#eb4f5b",
26+
600: "var(--film-600)",
27+
700: "#c22733",
28+
800: "#a1232d",
29+
900: "#862228",
30+
950: "#480f13",
31+
},
1932
},
2033
},
2134
},

0 commit comments

Comments
 (0)