调整样式
This commit is contained in:
parent
31e26ea135
commit
06e513446a
|
|
@ -24,6 +24,7 @@ const LinkLabel = styled.div<{ isPushed: boolean }>`
|
||||||
/* color: ${({ isPushed, theme }) => (isPushed ? theme.colors.textSubtle : "transparent")}; */
|
/* color: ${({ isPushed, theme }) => (isPushed ? theme.colors.textSubtle : "transparent")}; */
|
||||||
color: #999;
|
color: #999;
|
||||||
transition: color 0.4s;
|
transition: color 0.4s;
|
||||||
|
padding-left: 5px;
|
||||||
flex-grow: 1;
|
flex-grow: 1;
|
||||||
`;
|
`;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue