Define data types for the new contacts model
Co-Authored-By: Nathan Sobo <nathan@zed.dev>
This commit is contained in:
co-authored by
Nathan Sobo
parent
95d848fe1e
commit
44f37afa95
@@ -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: {
|
||||
|
||||
Reference in New Issue
Block a user