Skip to content

Commit

Permalink
fix: Arrow type error (#811)
Browse files Browse the repository at this point in the history
不能将类型“{ fontSize: number; }”分配给类型“ViewStyle”
  • Loading branch information
xiaohuoni authored Apr 10, 2020
1 parent 99a7359 commit 86a2bb7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions components/list/style/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ export interface ListStyle {
Extra: TextStyle;
Brief: ViewStyle;
BriefText: TextStyle;
Arrow: ViewStyle;
ArrowV: ViewStyle;
Arrow: TextStyle;
ArrowV: TextStyle;
multipleLine: ViewStyle;
multipleThumb: ImageStyle;
column: ViewStyle;
Expand Down

0 comments on commit 86a2bb7

Please sign in to comment.