Skip to content

Commit 56d19e0

Browse files
committed
更新导航栏:优化透明背景图片的显示效果
1 parent 62f0763 commit 56d19e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/NavBar.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ const NavBar = () => {
8787
borderRadius: '8px',
8888
height: '46px',
8989
width: '46px',
90-
background: 'linear-gradient(145deg, #ffffff 60%, rgba(255,255,255,0))'
90+
background: 'transparent'
9191
}}>
9292
<img
9393
src={logoPng}

0 commit comments

Comments
 (0)