Skip to content

Commit

Permalink
small add buttons
Browse files Browse the repository at this point in the history
  • Loading branch information
pelikhan committed Jan 12, 2024
1 parent 8a60d08 commit 21e65fd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions src/components/buttons/StartMissingSimulatorsButton.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ export default function StartMissingSimulatorsButton(props: {

return (
<CmdButton
size="small"
title={disabled ? disabledTooltip : enabledTooltip}
variant={variant}
trackName={trackName}
Expand Down
2 changes: 1 addition & 1 deletion src/components/makecode/MakeCodeAddBlocksButton.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ export default function MakeCodeAddBlocksButton() {
<span>
<Button
sx={{ mr: 1 }}
size="medium"
size="small"
color="primary"
variant="contained"
disabled={!isButtonEnabled}
Expand Down

0 comments on commit 21e65fd

Please sign in to comment.