1
1
mirror of https://github.com/pterodactyl/panel.git synced 2024-11-26 02:52:30 +01:00

Fix white highlight hiding console text (fixes #2541)

This commit is contained in:
Matthew Penner 2020-10-17 14:25:44 -06:00
parent b02a49f42e
commit ebe3375897

View File

@ -11,9 +11,11 @@ import tw from 'twin.macro';
import 'xterm/css/xterm.css';
import useEventListener from '@/plugins/useEventListener';
import { debounce } from 'debounce';
// @ts-ignore
import tailwindConfig from '../../../../tailwind.config.js';
const theme = {
background: 'transparent',
background: tailwindConfig.theme.colors.black,
cursor: 'transparent',
black: '#000000',
red: '#E54B4B',