Skip to content

Commit

Permalink
Automated Code Change
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 688695319
  • Loading branch information
Google AI Edge authored and copybara-github committed Oct 22, 2024
1 parent 5591ee8 commit 5c0ffe2
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/ui/src/theme/theme.scss
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,9 @@ $blue-palette: (
@mixin light-mode() {
// The `mat.core` mixin applies common styles used by multiple
// components, such ripples, overlays, high contrast mode, etc.
@include mat.core();
// copybara:insert_begin(external)
// @include mat.core();
// copybara:insert_end

// Define the application's color palettes.
$primary: mat.m2-define-palette($blue-palette, 600);
Expand Down

0 comments on commit 5c0ffe2

Please sign in to comment.