Skip to content

Commit

Permalink
test: update test case.
Browse files Browse the repository at this point in the history
  • Loading branch information
jaywcjlove committed Jun 23, 2023
1 parent 1a23563 commit 9c7fb5c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions core/src/theme/dark.test.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ it('darkTheme test case', () => {
'--w-rjv-line-color',
'--w-rjv-arrow-color',
'--w-rjv-info-color',
'--w-rjv-update-color',
'--w-rjv-copied-color',
'--w-rjv-copied-success-color',
'--w-rjv-curlybraces-color',
Expand Down
2 changes: 1 addition & 1 deletion core/src/theme/dark.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ export const darkTheme = {
'--w-rjv-line-color': '#323232',
'--w-rjv-arrow-color': 'var(--w-rjv-color)',
'--w-rjv-info-color': '#656565',
'--w-rjv-copied-color': '#0184a6',
'--w-rjv-update-color': '#ebcb8b',
'--w-rjv-copied-color': '#0184a6',
'--w-rjv-copied-success-color': '#28a745',

'--w-rjv-curlybraces-color': '#1896b6',
Expand Down
1 change: 1 addition & 0 deletions core/src/theme/light.test.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ it('lightTheme test case', () => {
'--w-rjv-line-color',
'--w-rjv-arrow-color',
'--w-rjv-info-color',
'--w-rjv-update-color',
'--w-rjv-copied-color',
'--w-rjv-copied-success-color',
'--w-rjv-curlybraces-color',
Expand Down

0 comments on commit 9c7fb5c

Please sign in to comment.