#259: Added authentication header possibility to webhooks

This commit is contained in:
frikky
2021-05-29 13:57:25 +02:00
parent fd4a87bfe6
commit 597c0b0e3d
13 changed files with 355 additions and 75 deletions
+7 -1
View File
@@ -26,7 +26,13 @@ const theme = createMuiTheme({
maxWidth: "95%",
fontSize: "1em",
borderRadius: 5,
}
},
tooltip: {
backgroundColor: "white",
color: 'rgba(0, 0, 0, 0.87)',
boxShadow: 1,
fontSize: 11,
},
},
typography: {
"fontFamily": `"Roboto", "Helvetica", "Arial", sans-serif`,