more icons fixes

pull/463/head
slowbackspace 5 years ago
parent aad0867020
commit 6acbabbff5

@ -208,7 +208,7 @@ const AdvancedForm = (props: Props) => {
<StyledIcon
icon={ICONS.HELP}
color={colors.TEXT_SECONDARY}
size={14}
size={12}
/>
</Tooltip>
</Left>
@ -266,7 +266,7 @@ const AdvancedForm = (props: Props) => {
<StyledIcon
icon={ICONS.HELP}
color={colors.TEXT_SECONDARY}
size={14}
size={12}
/>
</Tooltip>
</Left>
@ -292,7 +292,7 @@ const AdvancedForm = (props: Props) => {
<StyledIcon
icon={ICONS.HELP}
color={colors.TEXT_SECONDARY}
size={14}
size={12}
/>
</Tooltip>
</Left>

@ -126,7 +126,7 @@ const AdvancedForm = (props: Props) => {
<StyledIcon
icon={ICONS.HELP}
color={colors.TEXT_SECONDARY}
size={14}
size={12}
/>
</Tooltip>
</Left>
@ -165,7 +165,7 @@ const AdvancedForm = (props: Props) => {
<StyledIcon
icon={ICONS.HELP}
color={colors.TEXT_SECONDARY}
size={14}
size={12}
/>
</Tooltip>
</Left>

@ -92,6 +92,8 @@ const Label = styled.div`
const StyledIcon = styled(Icon)`
cursor: pointer;
margin-left: 6px;
align-items: center;
margin-top: -5px;
`;
@ -141,7 +143,7 @@ class AccountBalance extends PureComponent<Props, State> {
placement="top"
content="Fiat rates are not currently available."
>
<StyledIcon icon={ICONS.HELP} color={colors.TEXT_SECONDARY} size={26} />
<StyledIcon icon={ICONS.HELP} color={colors.TEXT_SECONDARY} size={12} />
</Tooltip>
);

@ -91,7 +91,9 @@ const Label = styled.div`
const StyledIcon = styled(Icon)`
cursor: pointer;
margin-left: 6px;
margin-top: -5px;
align-items: center;
`;
const TooltipWrapper = styled.div`
@ -143,7 +145,7 @@ class AccountBalance extends PureComponent<Props, State> {
placement="top"
content="Fiat rates are not currently available."
>
<StyledIcon icon={ICONS.HELP} color={colors.TEXT_SECONDARY} size={26} />
<StyledIcon icon={ICONS.HELP} color={colors.TEXT_SECONDARY} size={12} />
</Tooltip>
);

Loading…
Cancel
Save