Skip to content

Commit 015c7cf

Browse files
committed
responding to pr feedback
1 parent 43deda4 commit 015c7cf

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

packages/components/src/modifiers/hds-code-editor/themes/hds-dark-theme.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,12 +44,12 @@ const hdsDark = EditorView.theme(
4444
},
4545
'.cm-gutterElement.cm-activeLineGutter': {
4646
backgroundColor: HDS_CODE_EDITOR_COLOR_SURFACE_PRIMARY,
47-
color: HDS_CODE_EDITOR_COLOR_FOREGROUND_HIGH_CONTRAST,
4847
},
4948
'&:not(.cm-hasSelection).cm-focused .cm-gutterElement.cm-activeLineGutter':
5049
{
5150
borderColor: HDS_CODE_BLOCK_LINE_HIGHLIGHT_BORDER,
5251
backgroundColor: HDS_CODE_BLOCK_LINE_HIGHLIGHT,
52+
color: HDS_CODE_EDITOR_COLOR_FOREGROUND_HIGH_CONTRAST,
5353
outline: `1px solid ${HDS_CODE_BLOCK_LINE_HIGHLIGHT_BORDER}`,
5454
},
5555
'.cm-line': {

packages/tokens/dist/cloud-email/tokens.scss

+4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11

22
// Do not edit directly, this file was auto-generated.
33

4+
$token-border-radius-x-small: 3px;
5+
$token-border-radius-small: 5px;
6+
$token-border-radius-medium: 6px;
7+
$token-border-radius-large: 8px;
48
$token-color-palette-blue-500: #1c345f;
59
$token-color-palette-blue-400: #0046d1;
610
$token-color-palette-blue-300: #0c56e9;

0 commit comments

Comments
 (0)