ui: fix borked styling
This commit is contained in:
parent
7f290c6e52
commit
b8b481b57b
8 changed files with 68 additions and 55 deletions
|
@ -77,7 +77,13 @@ const Input = styled.input<Props>`
|
|||
}
|
||||
}
|
||||
`;
|
||||
const Textarea = styled.textarea<Props>`${inputStyle}`;
|
||||
const Textarea = styled.textarea<Props>`
|
||||
${inputStyle};
|
||||
|
||||
& + .input-help {
|
||||
${tw`mt-0`};
|
||||
}
|
||||
`;
|
||||
|
||||
export { Textarea };
|
||||
export default Input;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue