Adjustment to solve red button css.

Added the red class to the Reset Rotation button.
This commit is contained in:
Alezia Kurdis 2021-08-23 23:28:31 -04:00 committed by GitHub
parent b61d978b0a
commit 113915637b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1384,7 +1384,7 @@ const GROUPS = [
type: "buttons",
buttons: [ { id: "copyRotation", label: "Copy Rotation", className: "secondary", onClick: copyRotationProperty },
{ id: "pasteRotation", label: "Paste Rotation", className: "secondary", onClick: pasteRotationProperty },
{ id: "setRotationToZero", label: "Reset Rotation", className: "secondary_red", onClick: setRotationToZeroProperty }],
{ id: "setRotationToZero", label: "Reset Rotation", className: "secondary_red red", onClick: setRotationToZeroProperty }],
propertyID: "copyPasteRotation"
},
{