Skip to content

Commit 64086d8

Browse files
authored
fix(CodeSnippet): use -01 instead of internal variable (#7621)
1 parent 3bf6054 commit 64086d8

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

packages/components/src/components/code-snippet/_mixins.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,5 @@
1616
position: relative;
1717
width: 100%;
1818
max-width: rem(600px);
19-
background-color: $snippet-background-color;
19+
background-color: $field-01;
2020
}

packages/components/src/globals/scss/_theme-tokens.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -190,6 +190,7 @@ $checkbox-border-width: 2px !default;
190190
/// @type Color
191191
/// @access public
192192
/// @group code-snippet
193+
/// @deprecated
193194
$snippet-background-color: $field-01 !default;
194195

195196
/// @type Color

0 commit comments

Comments
 (0)