Skip to content

Commit

Permalink
fix(ripple): tonal surface update
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 522242265
  • Loading branch information
asyncLiz authored and copybara-github committed Apr 6, 2023
1 parent ebe666e commit f08a9db
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions ripple/lib/_md-comp-ripple.scss
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,13 @@
@use 'sass:map';
// go/keep-sorted end
// go/keep-sorted start
// TODO(b/272526637): tonal surface update
@use '../../tokens/v0_161' as tokens;
@use '../../tokens';
// go/keep-sorted end

$_default-deps: (
md-sys-color: tokens.md-sys-color-values-light(),
md-sys-shape: tokens.md-sys-shape-values(),
md-sys-state: tokens.md-sys-state-values(),
'md-sys-color': tokens.md-sys-color-values-light(),
'md-sys-shape': tokens.md-sys-shape-values(),
'md-sys-state': tokens.md-sys-state-values(),
);

@function values($deps: $_default-deps) {
Expand Down

0 comments on commit f08a9db

Please sign in to comment.