Show project root names when displaying incoming call notification
This commit is contained in:
parent
e0b6b0df2a
commit
bf488f2027
8 changed files with 81 additions and 23 deletions
|
@ -4,7 +4,7 @@ import { backgroundColor, borderColor, text } from "./components";
|
|||
export default function projectSharedNotification(theme: Theme): Object {
|
||||
const avatarSize = 48;
|
||||
return {
|
||||
windowHeight: 72,
|
||||
windowHeight: 74,
|
||||
windowWidth: 380,
|
||||
background: backgroundColor(theme, 300),
|
||||
ownerContainer: {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue