Skip to content

Commit cc9f3bc

Browse files
authored
Remove Card.Section extra (visible) border (#2549)
1 parent 3a83a04 commit cc9f3bc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/components/card/CardSection.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,7 @@ export default asBaseComponent<CardSectionProps>(asCardChild(CardSection));
120120

121121
const styles = StyleSheet.create({
122122
container: {
123+
borderColor: 'transparent',
123124
overflow: 'hidden'
124125
}
125126
});

0 commit comments

Comments
 (0)