We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b02a49f commit ebe3375Copy full SHA for ebe3375
resources/scripts/components/server/Console.tsx
@@ -11,9 +11,11 @@ import tw from 'twin.macro';
11
import 'xterm/css/xterm.css';
12
import useEventListener from '@/plugins/useEventListener';
13
import { debounce } from 'debounce';
14
+// @ts-ignore
15
+import tailwindConfig from '../../../../tailwind.config.js';
16
17
const theme = {
- background: 'transparent',
18
+ background: tailwindConfig.theme.colors.black,
19
cursor: 'transparent',
20
black: '#000000',
21
red: '#E54B4B',
0 commit comments