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:
parent
b02a49f42e
commit
ebe3375897
@ -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',
|
||||
|
Loading…
Reference in New Issue
Block a user