Browse Source

Reduced the text size of machines number

Yohan Simard 4 years ago
parent
commit
434a9cc1e5
1 changed files with 1 additions and 0 deletions
  1. 1
    0
      components/ProxiwashListItem.js

+ 1
- 0
components/ProxiwashListItem.js View File

@@ -54,6 +54,7 @@ function ProxiwashListItem(props) {
54 54
             }}/>
55 55
             <Card.Title
56 56
                 title={props.title}
57
+                titleStyle={{fontSize: 17}}
57 58
                 subtitle={props.description}
58 59
                 style={{
59 60
                     backgroundColor: 'transparent',

Loading…
Cancel
Save