From cf66d1aca3430a8cd194e11d5ac843b225de9b6e Mon Sep 17 00:00:00 2001 From: Alezia Kurdis <60075796+AleziaKurdis@users.noreply.github.com> Date: Wed, 12 May 2021 22:11:15 -0400 Subject: [PATCH] Copy Paste Location and Rotation new button style Copy Paste Location and Rotation new button style --- .../create/entityProperties/html/js/entityProperties.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/scripts/system/create/entityProperties/html/js/entityProperties.js b/scripts/system/create/entityProperties/html/js/entityProperties.js index 11f73833fd..5c6806653d 100644 --- a/scripts/system/create/entityProperties/html/js/entityProperties.js +++ b/scripts/system/create/entityProperties/html/js/entityProperties.js @@ -1355,8 +1355,8 @@ const GROUPS = [ }, { type: "buttons", - buttons: [ { id: "copyPosition", label: "Copy Position", className: "black", onClick: copyPositionProperty }, - { id: "pastePosition", label: "Paste Position", className: "black", onClick: pastePositionProperty } ], + buttons: [ { id: "copyPosition", label: "Copy Position", className: "secondary", onClick: copyPositionProperty }, + { id: "pastePosition", label: "Paste Position", className: "secondary", onClick: pastePositionProperty } ], propertyID: "copyPastePosition" }, { @@ -1383,8 +1383,8 @@ const GROUPS = [ }, { type: "buttons", - buttons: [ { id: "copyRotation", label: "Copy Rotation", className: "black", onClick: copyRotationProperty }, - { id: "pasteRotation", label: "Paste Rotation", className: "black", onClick: pasteRotationProperty } ], + buttons: [ { id: "copyRotation", label: "Copy Rotation", className: "secondary", onClick: copyRotationProperty }, + { id: "pasteRotation", label: "Paste Rotation", className: "secondary", onClick: pasteRotationProperty } ], propertyID: "copyPasteRotation" }, {