Skip to content

Commit

Permalink
fix(CodeSnippet): use -01 instead of internal variable (#7621)
Browse files Browse the repository at this point in the history
  • Loading branch information
tw15egan authored Jan 22, 2021
1 parent 3bf6054 commit 64086d8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@
position: relative;
width: 100%;
max-width: rem(600px);
background-color: $snippet-background-color;
background-color: $field-01;
}
1 change: 1 addition & 0 deletions packages/components/src/globals/scss/_theme-tokens.scss
Original file line number Diff line number Diff line change
Expand Up @@ -190,6 +190,7 @@ $checkbox-border-width: 2px !default;
/// @type Color
/// @access public
/// @group code-snippet
/// @deprecated
$snippet-background-color: $field-01 !default;

/// @type Color
Expand Down

0 comments on commit 64086d8

Please sign in to comment.