Making info actions look better. Fixing space harvest styling.

This commit is contained in:
2020-04-23 21:32:45 -07:00
parent 2599c6fa33
commit c34fc7dcbe
3 changed files with 3 additions and 2 deletions

View File

@@ -1614,7 +1614,7 @@ class Action extends React.Component {
break;
case 'info':
view = (
<div>
<div className="game-card">
<p>{this.props.ui.actionValue}</p>
</div>
);