Skip to content

Commit

Permalink
[frontend] light mode for the csv mapper test result(#6887)
Browse files Browse the repository at this point in the history
  • Loading branch information
CelineSebe authored Jun 28, 2024
1 parent ec26e12 commit b852d00
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions opencti-platform/opencti-front/src/components/ThemeLight.ts
Original file line number Diff line number Diff line change
Expand Up @@ -165,14 +165,14 @@ const ThemeLight = (
WebkitTextFillColor: '#000000 !important',
caretColor: 'transparent !important',
WebkitBoxShadow:
'0 0 0 1000px rgba(4, 8, 17, 0.88) inset !important',
'0 0 0 1000px rgba(4, 8, 17, 0.88) inset !important',
borderTopLeftRadius: 'inherit',
borderTopRightRadius: 'inherit',
},
pre: {
fontFamily: 'Consolas, monaco, monospace',
color: '#000000 !important',
background: `${accent || THEME_LIGHT_DEFAULT_ACCENT} !important`,
background: `${accent} !important`,
borderRadius: 4,
},
'pre.light': {
Expand All @@ -182,8 +182,8 @@ const ThemeLight = (
},
code: {
fontFamily: 'Consolas, monaco, monospace',
color: '#000000 !important',
background: `${accent || THEME_LIGHT_DEFAULT_ACCENT} !important`,
color: '#FFFFFF !important',
background: `${accent} !important`,
padding: 3,
fontSize: 12,
fontWeight: 400,
Expand Down

0 comments on commit b852d00

Please sign in to comment.