Skip to content
Snippets Groups Projects
Commit 145a82a9 authored by vkovtun's avatar vkovtun
Browse files

SSDM-13579: Adjusted icon size.

parent de6a41ac
No related branches found
No related tags found
1 merge request!40SSDM-13578 : 2PT : Database and V3 Implementation - include the new AFS "free"...
...@@ -25,7 +25,8 @@ const styles = theme => ({ ...@@ -25,7 +25,8 @@ const styles = theme => ({
textAlign: 'right' textAlign: 'right'
}, },
icon: { icon: {
verticalAlign: 'middle' verticalAlign: 'middle',
fontSize: '2.5rem'
}, },
text: { text: {
fontSize: theme.typography.body2.fontSize, fontSize: theme.typography.body2.fontSize,
...@@ -36,7 +37,7 @@ const styles = theme => ({ ...@@ -36,7 +37,7 @@ const styles = theme => ({
}, },
tableRow: { tableRow: {
fontSize: theme.typography.body1.fontSize, fontSize: theme.typography.body1.fontSize,
height: '2em' height: '2rem'
}, },
tableData: { tableData: {
padding: theme.spacing(2) padding: theme.spacing(2)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment