ui: fix shit
This commit is contained in:
parent
18bdde8b81
commit
31c26a2de4
2 changed files with 2 additions and 3 deletions
|
@ -57,7 +57,8 @@ const TerminalDiv = styled.div`
|
|||
`;
|
||||
|
||||
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 {
|
||||
${tw`border-cyan-700`};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue