Rename Join button to Open, rework message slightly
This commit is contained in:
parent
b8c2acf0f2
commit
e0b6b0df2a
3 changed files with 8 additions and 8 deletions
|
@ -5,7 +5,7 @@ export default function projectSharedNotification(theme: Theme): Object {
|
|||
const avatarSize = 48;
|
||||
return {
|
||||
windowHeight: 72,
|
||||
windowWidth: 360,
|
||||
windowWidth: 380,
|
||||
background: backgroundColor(theme, 300),
|
||||
ownerContainer: {
|
||||
padding: 12,
|
||||
|
@ -31,7 +31,7 @@ export default function projectSharedNotification(theme: Theme): Object {
|
|||
margin: { top: -3 },
|
||||
},
|
||||
buttonWidth: 96,
|
||||
joinButton: {
|
||||
openButton: {
|
||||
background: backgroundColor(theme, "info", "active"),
|
||||
border: { left: true, bottom: true, width: 1, color: borderColor(theme, "primary") },
|
||||
...text(theme, "sans", "info", { size: "xs", weight: "extra_bold" })
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue