Skip to content

Commit 149ec47

Browse files
committed
fix: remove sth rest
1 parent 498e66b commit 149ec47

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/packages/navbar/navbar.taro.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,6 @@ export const NavBar: FunctionComponent<Partial<NavBarProps>> = (props) => {
156156

157157
const classes = classNames({
158158
[`${classPrefix}-fixed`]: fixed,
159-
[`${classPrefix}-safe-area-inset-top`]: safeAreaInsetTop,
160159
[`${classPrefix}-title-align-${titleAlign}`]: true,
161160
})
162161

0 commit comments

Comments
 (0)