Skip to content

Commit ebe3375

Browse files
committed
Fix white highlight hiding console text (fixes pterodactyl#2541)
1 parent b02a49f commit ebe3375

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

resources/scripts/components/server/Console.tsx

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,11 @@ import tw from 'twin.macro';
1111
import 'xterm/css/xterm.css';
1212
import useEventListener from '@/plugins/useEventListener';
1313
import { debounce } from 'debounce';
14+
// @ts-ignore
15+
import tailwindConfig from '../../../../tailwind.config.js';
1416

1517
const theme = {
16-
background: 'transparent',
18+
background: tailwindConfig.theme.colors.black,
1719
cursor: 'transparent',
1820
black: '#000000',
1921
red: '#E54B4B',

0 commit comments

Comments
 (0)