Superimpose external location message on active view

This commit is contained in:
Antonio Scandurra
2022-10-10 12:23:50 +02:00
parent d7bac3cea6
commit 25ff5959fb
2 changed files with 78 additions and 56 deletions
+5 -1
View File
@@ -48,8 +48,12 @@ export default function workspace(theme: Theme) {
...text(theme, "sans", "primary", { size: "lg" }),
},
externalLocationMessage: {
background: backgroundColor(theme, "info"),
border: border(theme, "secondary"),
cornerRadius: 6,
padding: 12,
...text(theme, "sans", "primary", { size: "lg" }),
margin: { bottom: 8, right: 8 },
...text(theme, "sans", "secondary", { size: "xs" }),
},
leaderBorderOpacity: 0.7,
leaderBorderWidth: 2.0,