File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
resources/scripts/components/server Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -7,15 +7,15 @@ import SpinnerOverlay from '@/components/elements/SpinnerOverlay';
77import { ServerContext } from '@/state/server' ;
88import styled from 'styled-components/macro' ;
99import { usePermissions } from '@/plugins/usePermissions' ;
10- import tw , { theme } from 'twin.macro' ;
10+ import tw , { theme as th } from 'twin.macro' ;
1111import 'xterm/css/xterm.css' ;
1212import useEventListener from '@/plugins/useEventListener' ;
1313import { debounce } from 'debounce' ;
1414
1515const theme = {
16- background : theme `colors.black` ,
16+ background : th `colors.black` . toString ( ) ,
1717 cursor : 'transparent' ,
18- black : theme `colors.black` ,
18+ black : th `colors.black` . toString ( ) ,
1919 red : '#E54B4B' ,
2020 green : '#9ECE58' ,
2121 yellow : '#FAED70' ,
You can’t perform that action at this time.
0 commit comments