Web: components: ToggleContent: fixed styles

This commit is contained in:
Daniil Senkiv 2019-08-01 12:22:34 +03:00
parent 3036e1cb90
commit 36201f41dd

View File

@ -27,9 +27,11 @@ const StyledSpan = styled.span`
`;
const StyledText = styled(Text.Headline)`
height: 26px;
line-height: 26px;
font-style: normal;
&:hover{
border-bottom: 1px dotted;
margin-bottom: 5.5px;
}
`;