mirror of
https://github.com/MrUnknownDE/panel.git
synced 2026-04-18 22:33:44 +02:00
ui: fix shit
This commit is contained in:
@@ -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`};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user