rename controls to tree controls and consistent button style

Reviewed By: mweststrate

Differential Revision: D47672437

fbshipit-source-id: 5ce237cfd300a481450411a0242410e01bcc5411
This commit is contained in:
Luke De Feo
2023-07-26 03:22:38 -07:00
committed by Facebook GitHub Bot
parent ab84bb9bad
commit f854e9f3f3
3 changed files with 7 additions and 5 deletions

View File

@@ -87,6 +87,7 @@ export function VisualiserControls({
<Layout.Horizontal gap="medium">
<Tooltip title={targetToolTip}>
<Button
shape="circle"
onClick={() => {
if (targetMode.state === 'disabled') {
setTargetMode({state: 'active'});
@@ -108,6 +109,7 @@ export function VisualiserControls({
</Tooltip>
<Tooltip title={focusToolTip}>
<Button
shape="circle"
disabled={focusDisabled}
onClick={() => {
if (focusedNode == null) {