Making info actions look better. Fixing space harvest styling.
This commit is contained in:
@@ -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>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user