Skip to content

Commit

Permalink
fix: listItem height
Browse files Browse the repository at this point in the history
  • Loading branch information
linjinze999 committed Dec 6, 2024
1 parent 7f04d99 commit ac196ed
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packages/hippy_ui_react/src/components/ListItem/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ export const listItemConfig: ThemeConfigListItem = {
fontSize: 16,
flex: 1,
flexShrink: 1,
height: 20,
lineHeight: 20,
},
};
},
Expand All @@ -148,7 +148,7 @@ export const listItemConfig: ThemeConfigListItem = {
color: consumerValue.themeConfig.colorTextSecondary,
flex: 1,
flexShrink: 1,
height: 20,
lineHeight: 20,
},
};
},
Expand All @@ -161,7 +161,7 @@ export const listItemConfig: ThemeConfigListItem = {
color: consumerValue.themeConfig.colorTextSecondary,
flex: 1,
flexShrink: 1,
height: 20,
lineHeight: 20,
},
};
},
Expand Down

0 comments on commit ac196ed

Please sign in to comment.