From 6b95a13ee1fd4203140aeda89c24c7afb8acdde1 Mon Sep 17 00:00:00 2001 From: Elizabeth Mitchell Date: Fri, 9 Feb 2024 16:41:42 -0800 Subject: [PATCH] chore: remove fixed todo and added reference to another bug PiperOrigin-RevId: 605765628 --- tokens/_md-sys-elevation.scss | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/tokens/_md-sys-elevation.scss b/tokens/_md-sys-elevation.scss index 6f587bd990..598d2dbeb0 100644 --- a/tokens/_md-sys-elevation.scss +++ b/tokens/_md-sys-elevation.scss @@ -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),