Make the permalink and clock icons for playbooks larger

They were pretty small in comparison to the other elements.

Change-Id: Icc9c84ad63e1b7dbaa8836ca756c033789b3c8e3
This commit is contained in:
David Moreau Simard 2018-10-16 09:05:20 -04:00
parent 1179bb8901
commit 7554d84799
No known key found for this signature in database
GPG Key ID: CBEB466764A9E621
1 changed files with 2 additions and 2 deletions

View File

@ -44,7 +44,7 @@ export default class Playbook extends Component {
<ListView.Item
checkboxInput={
<Link to={`/playbooks/${playbook.id}`} className="navbar-brand">
<Icon name="link" />
<Icon name="link" size="lg" />
</Link>
}
leftContent={LeftIcon}
@ -79,7 +79,7 @@ export default class Playbook extends Component {
]}
actions={
<span>
<ListView.Icon name="clock-o" /> {Math.round(playbook.duration)} sec
<Icon name="clock-o" size="lg" /> {Math.round(playbook.duration)} sec
</span>
}
heading={