Skip to content

Commit 8cdce6c

Browse files
authored
Correct the color used for the button (#16)
1 parent 13da326 commit 8cdce6c

1 file changed

Lines changed: 10 additions & 10 deletions

File tree

tailwind.config.js

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -8,16 +8,16 @@ module.exports = {
88
},
99
colors: {
1010
primary: {
11-
DEFAULT: "#DB0082", // Set 500 as the default primary color
12-
100: "#FFD5EE",
13-
200: "#FF97D5",
14-
300: "#FF59BD",
15-
400: "#FF1BA4",
16-
500: "#DB0082",
17-
600: "#AC0067",
18-
700: "#7D004B",
19-
800: "#4E002F",
20-
900: "#1F0013",
11+
DEFAULT: "#BA50FF",
12+
100: "#1D0030",
13+
200: "#480078",
14+
300: "#7300C0",
15+
400: "#9D09FF",
16+
500: "#BA50FF",
17+
600: "#C977FF",
18+
700: "#D79CFF",
19+
800: "#E6C1FF",
20+
900: "#F5E6FF",
2121
contrast: "#fff",
2222
},
2323
text: "#000",

0 commit comments

Comments
 (0)