Skip to content

Commit 6b95a13

Browse files
asynclizcopybara-github
authored andcommitted
chore: remove fixed todo and added reference to another bug
PiperOrigin-RevId: 605765628
1 parent 5f93c82 commit 6b95a13

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

tokens/_md-sys-elevation.scss

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,9 @@
1515
$tokens: map.merge(
1616
$tokens,
1717
(
18-
// Elevation levels on web should use the level number, not the dp value
19-
// TODO(b/261603279): remove once tokens are updated to use level
18+
// Elevation levels on web should use the level number, not the dp value.
19+
// We can remove this if the generated tokens swap from dp to level. See
20+
// b/261602454.
2021
'level0': if($exclude-hardcoded-values, null, 0),
2122
'level1': if($exclude-hardcoded-values, null, 1),
2223
'level2': if($exclude-hardcoded-values, null, 2),

0 commit comments

Comments
 (0)