fix(directory): svg css fix
This commit is contained in:
@@ -17,4 +17,5 @@ export default function CharIcon(props) {
|
||||
CharIcon.propTypes = {
|
||||
viewBox: PropTypes.string,
|
||||
type: PropTypes.string,
|
||||
style: PropTypes.object,
|
||||
};
|
||||
@@ -121,9 +121,12 @@
|
||||
}
|
||||
|
||||
.item_icon {
|
||||
width: 1rem;
|
||||
fill: var(--text-color);
|
||||
transition: fill cubic-bezier(0.65, 0.05, 0.36, 1) 0.3s;
|
||||
|
||||
svg {
|
||||
width: 1rem;
|
||||
fill: var(--text-color);
|
||||
}
|
||||
}
|
||||
|
||||
&:hover,
|
||||
|
||||
Reference in New Issue
Block a user