Skip to content

Commit

Permalink
better status light support
Browse files Browse the repository at this point in the history
  • Loading branch information
pelikhan committed Jul 17, 2023
1 parent 161b5c4 commit b6d28d7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@
"jdom",
"jdpack",
"jdspec",
"jdunpack",
"keepout",
"keepouts",
"makecode",
Expand Down
2 changes: 1 addition & 1 deletion jacdac-ts
2 changes: 1 addition & 1 deletion src/components/devices/DeviceAvatar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ export default function DeviceAvatar(props: {
? {
outlineColor: rgbaToHtmlColor(color, 0.4),
outlineStyle: "solid",
outlineWidth: "2px",
outlineWidth: "3px",
}
: undefined
const handleOpenIdentify = async () => setIdentifyDialog(true)
Expand Down

0 comments on commit b6d28d7

Please sign in to comment.