fix: Extra spacing below inputs
fix: UX fixes in share popover with custom links
This commit is contained in:
@@ -200,11 +200,13 @@ class Input extends React.Component<Props> {
|
||||
)}
|
||||
</Outline>
|
||||
</label>
|
||||
<TextWrapper>
|
||||
<StyledText type="danger" size="xsmall">
|
||||
{error}
|
||||
</StyledText>
|
||||
</TextWrapper>
|
||||
{error && (
|
||||
<TextWrapper>
|
||||
<StyledText type="danger" size="xsmall">
|
||||
{error}
|
||||
</StyledText>
|
||||
</TextWrapper>
|
||||
)}
|
||||
</Wrapper>
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user