Skip to content

Commit 3124a21

Browse files
committed
Display: Fix gray color transparency (used for mmodals' background)
1 parent 453cfc9 commit 3124a21

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tailwind.config.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,12 +36,12 @@ module.exports = {
3636
gradient: colorWithOpacity("--color-tertiary-gradient"),
3737
},
3838
gray: {
39-
5: "#fcfcfc",
39+
5: "rgba(250, 250, 250, 0.5)",
4040
10: "#fafafa",
4141
15: "#f7f8f9",
4242
20: "#edf0f2",
4343
25: "#e4e9ed",
44-
30: "#e0e0e0",
44+
30: "rgba(98, 98, 98, 0.5)",
4545
50: "#a2a6b0",
4646
90: "#333333",
4747
},

0 commit comments

Comments
 (0)