chore: remove fixed todo and added reference to another bug

PiperOrigin-RevId: 605765628
This commit is contained in:
Elizabeth Mitchell 2024-02-09 16:41:42 -08:00 committed by Copybara-Service
parent 5f93c82546
commit 6b95a13ee1

View File

@ -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),