From 4cb5bca60f1f5d5a97607eed3ecc64ed2f2ab87a Mon Sep 17 00:00:00 2001 From: Georgios Andreadis Date: Fri, 22 Sep 2017 09:01:58 +0200 Subject: Improve visual language of buttons --- src/components/sidebars/topology/machine/UnitComponent.js | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'src/components/sidebars/topology/machine/UnitComponent.js') diff --git a/src/components/sidebars/topology/machine/UnitComponent.js b/src/components/sidebars/topology/machine/UnitComponent.js index 84786ab4..895626d1 100644 --- a/src/components/sidebars/topology/machine/UnitComponent.js +++ b/src/components/sidebars/topology/machine/UnitComponent.js @@ -5,7 +5,10 @@ const UnitComponent = ({unit, onDelete, inSimulation}) => ( {unit.manufacturer + " " + unit.family + " " + unit.model + " " + unit.generation} {inSimulation ? undefined : - Delete + + + Delete + } ); -- cgit v1.2.3