Skip to content

Commit e8f6e26

Browse files
fix(browser-repl): change background color of shell to dark4 COMPASS-6534 (#1420)
1 parent df6276e commit e8f6e26

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/browser-repl/src/components/password-prompt.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ const passwordPrompt = css({
77
fontSize: '13px',
88
lineHeight: '24px',
99
fontFamily: fontFamilies.code,
10-
backgroundColor: palette.gray.dark3,
10+
backgroundColor: palette.gray.dark4,
1111
color: palette.gray.light3,
1212
padding: '0 3px',
1313
border: `1px solid ${palette.gray.light3}`,

packages/browser-repl/src/components/shell.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ const shellContainer = css({
1212
fontSize: '13px',
1313
lineHeight: '24px',
1414
fontFamily: fontFamilies.code,
15-
backgroundColor: palette.gray.dark3,
15+
backgroundColor: palette.gray.dark4,
1616
color: palette.gray.light3,
1717
padding: '4px 0',
1818
width: '100%',

0 commit comments

Comments
 (0)