Skip to content

Commit 7b901c5

Browse files
committed
fix: color hex to variable
1 parent ddcc7d8 commit 7b901c5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

admin/css/debug-toolbar/_theme-dark.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@
152152
}
153153

154154
.timeline-parent-open td {
155-
color: #252525;
155+
color: $t-dark;
156156
}
157157
}
158158
}

0 commit comments

Comments
 (0)