Define data types for the new contacts model

Co-Authored-By: Nathan Sobo <nathan@zed.dev>
This commit is contained in:
Antonio Scandurra
2022-05-06 16:24:44 +02:00
co-authored by Nathan Sobo
parent 95d848fe1e
commit 44f37afa95
14 changed files with 143 additions and 4 deletions
+6
View File
@@ -60,6 +60,12 @@ export default function(theme: Theme) {
left: 8,
},
},
editContact: {
...text(theme, "mono", "primary", { size: "sm" }),
background: backgroundColor(theme, 100),
cornerRadius: 12,
padding: { left: 7, right: 7 }
},
header: {
...text(theme, "mono", "secondary", { size: "sm" }),
// padding: {