Skip to content
This repository was archived by the owner on Jun 28, 2025. It is now read-only.

Commit 12005ca

Browse files
author
Manuel Proß
committed
refactor(web): exchange rgba value with var for transparent primary color
1 parent 7fdb45a commit 12005ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web/tailwind.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ const config: Config = {
99
},
1010
colors: {
1111
primary: "var(--c-primary)",
12-
"primary-opacity": "rgba(69, 255, 2, 0.15)",
12+
"primary-opacity": "var(--c-primary-opacity)",
1313
"gray-1": "var(--c-gray-1)",
1414
"gray-2": "var(--c-gray-2)",
1515
"gray-3": "var(--c-gray-3)",

0 commit comments

Comments
 (0)