Skip to content

Commit

Permalink
improvement(usenavigationbar doc): useNavigationBar doc style update
Browse files Browse the repository at this point in the history
  • Loading branch information
innocces committed Jul 19, 2021
1 parent c23a408 commit 056f86b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/app/src/pages/useNavigationBar/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ export default () => {
useNavigationBar({
loading: true,
title: Mock.mock('@name()'),
backgroundColor: '@color()',
backgroundColor: Mock.mock('@color()'),
frontColor: '#ffffff',
animation: false,
});
Expand Down

0 comments on commit 056f86b

Please sign in to comment.