ui: fix shit
This commit is contained in:
parent
18bdde8b81
commit
31c26a2de4
|
@ -57,7 +57,8 @@ const TerminalDiv = styled.div`
|
||||||
`;
|
`;
|
||||||
|
|
||||||
const CommandInput = styled.input`
|
const CommandInput = styled.input`
|
||||||
${tw`text-sm transition-colors duration-150 px-2 bg-transparent border-0 border-b-2 border-transparent text-neutral-100 p-2 pl-0 w-full focus:ring-0`}
|
${tw`text-sm transition-colors duration-150 px-2 bg-transparent border-0 border-b-2 border-transparent text-neutral-100 p-2 pl-0 w-full focus:ring-0`};
|
||||||
|
|
||||||
&:focus {
|
&:focus {
|
||||||
${tw`border-cyan-700`};
|
${tw`border-cyan-700`};
|
||||||
}
|
}
|
||||||
|
|
|
@ -4,8 +4,6 @@ import App from '@/components/App';
|
||||||
import './i18n';
|
import './i18n';
|
||||||
import { setConfig } from 'react-hot-loader';
|
import { setConfig } from 'react-hot-loader';
|
||||||
|
|
||||||
import 'tailwindcss/dist/base.min.css';
|
|
||||||
|
|
||||||
// Prevents page reloads while making component changes which
|
// Prevents page reloads while making component changes which
|
||||||
// also avoids triggering constant loading indicators all over
|
// also avoids triggering constant loading indicators all over
|
||||||
// the place in development.
|
// the place in development.
|
||||||
|
|
Loading…
Reference in New Issue