feat(directory): updated icon style

This commit is contained in:
Haoyu Xu
2023-10-13 23:29:17 -04:00
parent 6b46e6fb0e
commit 2ce8abfad5
3 changed files with 7 additions and 9 deletions

View File

@@ -296,6 +296,9 @@ function HeaderButton() {
navigate(item.value)
}}
className={classes['fast-navigate']}
iconStyle={{
borderWidth: '0.1em',
}}
/>
</Border>
)