Alignment

This commit is contained in:
Eric Bailey
2024-01-18 15:56:25 -06:00
parent 83c2b20c39
commit 34c9eece6f
3 changed files with 16 additions and 11 deletions
+4 -1
View File
@@ -201,7 +201,10 @@ export function createInput(Component: typeof TextInput) {
a.text_md,
t.atoms.text,
a.px_xs,
{lineHeight: a.text_md.lineHeight * 1.1875},
{
lineHeight: a.text_md.lineHeight * 1.1875,
textAlignVertical: 'top',
},
]}
/>