Skip to content

Commit

Permalink
chore: remove fixed todo and added reference to another bug
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 605765628
  • Loading branch information
asyncLiz authored and Copybara-Service committed Feb 10, 2024
1 parent 5f93c82 commit 6b95a13
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions tokens/_md-sys-elevation.scss
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,9 @@
$tokens: map.merge(
$tokens,
(
// Elevation levels on web should use the level number, not the dp value
// TODO(b/261603279): remove once tokens are updated to use level
// Elevation levels on web should use the level number, not the dp value.
// We can remove this if the generated tokens swap from dp to level. See
// b/261602454.
'level0': if($exclude-hardcoded-values, null, 0),
'level1': if($exclude-hardcoded-values, null, 1),
'level2': if($exclude-hardcoded-values, null, 2),
Expand Down

0 comments on commit 6b95a13

Please sign in to comment.