Skip to content

Commit

Permalink
fix(navigationbar): tonal surface update
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 522241810
  • Loading branch information
asyncLiz authored and copybara-github committed Apr 6, 2023
1 parent b5065a6 commit ebe666e
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions navigationbar/lib/_navigation-bar.scss
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,9 @@

@include elevation.theme(
(
duration: 280ms,
level: var(--_container-elevation),
shadow-color: var(--_container-shadow-color),
surface-tint: var(--_container-surface-tint-layer-color),
'duration': 280ms,
'level': var(--_container-elevation),
'shadow-color': var(--_container-shadow-color),
)
);

Expand Down

0 comments on commit ebe666e

Please sign in to comment.