Add styles to git menu

This commit is contained in:
Piotr Osiewicz 2023-06-30 16:23:27 +02:00
parent 3be8977ee8
commit b699e5c142
4 changed files with 51 additions and 22 deletions

View file

@ -108,5 +108,34 @@ export default function picker(theme: ColorScheme): any {
top: 8,
},
},
header: {
text: text(theme.lowest, "sans", "variant", { size: "xs" }),
padding: {
bottom: 4,
left: 12,
right: 12,
top: 4,
},
margin: {
top: 1,
left: 4,
right: 4,
},
},
footer: {
text: text(theme.lowest, "sans", "variant", { size: "xs" }),
padding: {
bottom: 4,
left: 12,
right: 12,
top: 4,
},
margin: {
top: 1,
left: 4,
right: 4,
},
}
}
}