Skip to content

Commit 4399fb9

Browse files
authored
Merge pull request #13406 from ethereum/token-patch
fix: name typo
2 parents c7f5f12 + 40ce3d2 commit 4399fb9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tailwind.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ const config = {
9393
"table-item-box": "var(--table-item-box-shadow)",
9494
"table-item-box-hover": "0 0 1px var(--primary)",
9595
"grid-yellow-box-shadow": "8px 8px 0px 0px #ffe78e",
96-
"gird-blue-box-shadow": "8px 8px 0px 0px #a7d0f4",
96+
"grid-blue-box-shadow": "8px 8px 0px 0px #a7d0f4",
9797
// Part of new DS
9898
"menu-accordion":
9999
"0px 2px 2px 0px rgba(0, 0, 0, 0.12) inset, 0px -3px 2px 0px rgba(0, 0, 0, 0.14) inset",

0 commit comments

Comments
 (0)