Skip to content

Commit 5c4b366

Browse files
authored
Merge pull request #13952 from ethereum/rm-unused-token
chore: remove unused token
2 parents 808b746 + 62baba1 commit 5c4b366

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

src/styles/semantic-tokens.css

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@
3535

3636
--accent-a: var(--blue-600);
3737
--accent-a-hover: var(--blue-500);
38-
--accent-a-low-contrast: var(--blue-50); /* TODO: VERIFY */
3938

4039
--accent-b: var(--pink-600);
4140
--accent-b-hover: var(--pink-500);
@@ -137,11 +136,9 @@
137136
--primary-low-contrast: var(--purple-900);
138137
--primary-hover: var(--purple-300);
139138
--primary-visited: var(--purple-500);
140-
/* TODO: hover same as action in dark mode: */
141139

142140
--accent-a: var(--blue-400);
143141
--accent-a-hover: var(--blue-300);
144-
--accent-a-low-contrast: var(--blue-900); /* TODO: VERIFY */
145142

146143
--accent-b: var(--pink-400);
147144
--accent-b-hover: var(--pink-300);

tailwind.config.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,6 @@ const config = {
170170
a: {
171171
DEFAULT: "hsla(var(--accent-a))",
172172
hover: "hsla(var(--accent-a-hover))",
173-
"low-contrast": "hsla(var(--accent-a-low-contrast))", // TODO: VERIFY
174173
},
175174
b: {
176175
DEFAULT: "hsla(var(--accent-b))",

0 commit comments

Comments
 (0)