Skip to content

Commit 5c09bb8

Browse files
authored
Fix icon size in badges example screen (#1104)
1 parent 4fb1dbd commit 5c09bb8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

demo/src/screens/componentScreens/BadgesScreen.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -141,8 +141,8 @@ export default class BadgesScreen extends Component {
141141
Counter Icon Badges
142142
</Text>
143143
<View row paddingH-15>
144-
<Badge marginR-10 withCounterIcon label={'9999'} labelFormatterLimit={3} icon={bell} backgroundColor={Colors.red30} iconStyle={{height: 18, width: 18}}/>
145-
<Badge marginR-10 withCounterIcon label={'4'} icon={bell} backgroundColor={Colors.red30} color={Colors.blue30} iconStyle={{height: 18, width: 18}}/>
144+
<Badge marginR-10 label={'9999'} labelFormatterLimit={3} icon={bell} backgroundColor={Colors.red30}/>
145+
<Badge marginR-10 label={'4'} icon={bell} backgroundColor={Colors.red30}/>
146146
</View>
147147

148148
</ScrollView>

0 commit comments

Comments
 (0)