Updated prettierrc

This commit is contained in:
2021-03-11 18:15:08 -06:00
parent c8b5d2351e
commit 468bdfa632
29 changed files with 131 additions and 188 deletions

View File

@@ -27,8 +27,7 @@ export default connect(
minWidth: '180px',
height: 'auto',
padding: 'var(--default_spacing)',
}}
>
}}>
<div style={{ width: '100%', height: 'auto' }}>
<h1 style={{ width: '100%', textAlign: 'center' }}>{props.Title}</h1>
</div>
@@ -38,16 +37,14 @@ export default connect(
<td width="50%">
<Button
buttonStyles={{ width: '100%' }}
clicked={() => props.hideConfirmYesNo(true)}
>
clicked={() => props.hideConfirmYesNo(true)}>
Yes
</Button>
</td>
<td width="50%">
<Button
buttonStyles={{ width: '100%' }}
clicked={() => props.hideConfirmYesNo(false)}
>
clicked={() => props.hideConfirmYesNo(false)}>
No
</Button>
</td>