Skip to content

Commit 43e4295

Browse files
Update components/peerdom/peerdom.app.mjs
Co-authored-by: Guilherme Falcão <[email protected]>
1 parent 1b49aed commit 43e4295

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/peerdom/peerdom.app.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ export default {
8585
color: {
8686
type: "string",
8787
label: "Color",
88-
description: "The choice of color for the node in hexa decimal string format",
88+
description: "The choice of color for the node in hexadecimal string format, e.g. `#f3a935`",
8989
},
9090
shape: {
9191
type: "string",

0 commit comments

Comments
 (0)