Skip to content

Commit c2486da

Browse files
committed
feat: increase font size of close button in Icon component
1 parent 2b88ef9 commit c2486da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Icon.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ export default Icon;
2222

2323
const styles = StyleSheet.create({
2424
closeButton: {
25-
fontSize: 18,
25+
fontSize: 20,
2626
color: '#666',
2727
fontWeight: 'bold',
2828
},

0 commit comments

Comments
 (0)