We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bd05713 commit b9a3d96Copy full SHA for b9a3d96
src/styles/globals.css
@@ -2,7 +2,6 @@
2
@tailwind components;
3
@tailwind utilities;
4
5
-
6
@font-face {
7
font-family: "Graphik";
8
src: url("/fonts/Graphik-Medium-Web.woff2") format("woff2"), url("/fonts/Graphik-Medium-Web.woff") format("woff");
tailwind.config.js
@@ -29,9 +29,8 @@ module.exports = {
29
muted: "var(--tm-muted)",
30
},
31
icon: {
32
- primary: "var(--surface-icon-primary)",
33
- disabled: "var--surface-icon-disabled)",
34
- invert: "var(--surface-icon-invert)",
+ primary: "#111827",
+ disabled: "#D1D5D8",
35
36
37
textColor: {
0 commit comments