firmware/installPybricksDialog: fix hub name error icon style

This commit is contained in:
David Lechner
2023-02-16 14:10:07 -06:00
committed by David Lechner
parent 63597e4b88
commit ac00b82cab
2 changed files with 16 additions and 4 deletions
@@ -408,7 +408,7 @@ const ConfigureOptionsPanel: React.VoidFunctionComponent<SelectOptionsPanelProps
<Icon
icon="error"
intent={Intent.DANGER}
itemType="div"
tagName="div"
/>
)
}