We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3eea730 commit 3e8b339Copy full SHA for 3e8b339
src/code-view/styles.scss
@@ -52,6 +52,12 @@ $color-background-code-view-dark: #282c34;
52
border-inline-end-style: solid;
53
padding-inline-start: cs.$space-static-xs;
54
padding-inline-end: cs.$space-static-xs;
55
+
56
+ background-color: $color-background-code-view-light;
57
+ :global(.awsui-dark-mode) &,
58
+ :global(.awsui-polaris-dark-mode) & {
59
+ background-color: $color-background-code-view-dark;
60
+ }
61
}
62
63
.unselectable {
0 commit comments