调整样式

This commit is contained in:
myf 2022-06-09 18:05:14 +08:00
parent 31e26ea135
commit 06e513446a
1 changed files with 1 additions and 0 deletions

View File

@ -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;
`; `;