mirror of
https://github.com/trezor/trezor-wallet
synced 2025-06-10 10:08:47 +00:00
more icons fixes
This commit is contained in:
parent
aad0867020
commit
6acbabbff5
@ -208,7 +208,7 @@ const AdvancedForm = (props: Props) => {
|
|||||||
<StyledIcon
|
<StyledIcon
|
||||||
icon={ICONS.HELP}
|
icon={ICONS.HELP}
|
||||||
color={colors.TEXT_SECONDARY}
|
color={colors.TEXT_SECONDARY}
|
||||||
size={14}
|
size={12}
|
||||||
/>
|
/>
|
||||||
</Tooltip>
|
</Tooltip>
|
||||||
</Left>
|
</Left>
|
||||||
@ -266,7 +266,7 @@ const AdvancedForm = (props: Props) => {
|
|||||||
<StyledIcon
|
<StyledIcon
|
||||||
icon={ICONS.HELP}
|
icon={ICONS.HELP}
|
||||||
color={colors.TEXT_SECONDARY}
|
color={colors.TEXT_SECONDARY}
|
||||||
size={14}
|
size={12}
|
||||||
/>
|
/>
|
||||||
</Tooltip>
|
</Tooltip>
|
||||||
</Left>
|
</Left>
|
||||||
@ -292,7 +292,7 @@ const AdvancedForm = (props: Props) => {
|
|||||||
<StyledIcon
|
<StyledIcon
|
||||||
icon={ICONS.HELP}
|
icon={ICONS.HELP}
|
||||||
color={colors.TEXT_SECONDARY}
|
color={colors.TEXT_SECONDARY}
|
||||||
size={14}
|
size={12}
|
||||||
/>
|
/>
|
||||||
</Tooltip>
|
</Tooltip>
|
||||||
</Left>
|
</Left>
|
||||||
|
@ -126,7 +126,7 @@ const AdvancedForm = (props: Props) => {
|
|||||||
<StyledIcon
|
<StyledIcon
|
||||||
icon={ICONS.HELP}
|
icon={ICONS.HELP}
|
||||||
color={colors.TEXT_SECONDARY}
|
color={colors.TEXT_SECONDARY}
|
||||||
size={14}
|
size={12}
|
||||||
/>
|
/>
|
||||||
</Tooltip>
|
</Tooltip>
|
||||||
</Left>
|
</Left>
|
||||||
@ -165,7 +165,7 @@ const AdvancedForm = (props: Props) => {
|
|||||||
<StyledIcon
|
<StyledIcon
|
||||||
icon={ICONS.HELP}
|
icon={ICONS.HELP}
|
||||||
color={colors.TEXT_SECONDARY}
|
color={colors.TEXT_SECONDARY}
|
||||||
size={14}
|
size={12}
|
||||||
/>
|
/>
|
||||||
</Tooltip>
|
</Tooltip>
|
||||||
</Left>
|
</Left>
|
||||||
|
@ -92,6 +92,8 @@ const Label = styled.div`
|
|||||||
|
|
||||||
const StyledIcon = styled(Icon)`
|
const StyledIcon = styled(Icon)`
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
|
margin-left: 6px;
|
||||||
|
align-items: center;
|
||||||
margin-top: -5px;
|
margin-top: -5px;
|
||||||
`;
|
`;
|
||||||
|
|
||||||
@ -141,7 +143,7 @@ class AccountBalance extends PureComponent<Props, State> {
|
|||||||
placement="top"
|
placement="top"
|
||||||
content="Fiat rates are not currently available."
|
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>
|
</Tooltip>
|
||||||
);
|
);
|
||||||
|
|
||||||
|
@ -91,7 +91,9 @@ const Label = styled.div`
|
|||||||
|
|
||||||
const StyledIcon = styled(Icon)`
|
const StyledIcon = styled(Icon)`
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
|
margin-left: 6px;
|
||||||
margin-top: -5px;
|
margin-top: -5px;
|
||||||
|
align-items: center;
|
||||||
`;
|
`;
|
||||||
|
|
||||||
const TooltipWrapper = styled.div`
|
const TooltipWrapper = styled.div`
|
||||||
@ -143,7 +145,7 @@ class AccountBalance extends PureComponent<Props, State> {
|
|||||||
placement="top"
|
placement="top"
|
||||||
content="Fiat rates are not currently available."
|
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>
|
</Tooltip>
|
||||||
);
|
);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user