ALF content language dialog (#9471)

Co-authored-by: Eric Bailey <git@esb.lol>
This commit is contained in:
Samuel Newman
2026-02-18 16:57:32 +00:00
committed by GitHub
parent bdf143ce79
commit 512ce3d5d0
14 changed files with 170 additions and 659 deletions
+2 -2
View File
@@ -103,9 +103,9 @@ export function Trigger({children, label}: TriggerProps) {
<Button
label={label}
onPress={control.open}
style={[a.flex_1, a.justify_between]}
style={[a.flex_1, a.justify_between, a.pl_lg, a.pr_md]}
color="secondary"
size="small"
size="large"
shape="rectangular">
<>{children}</>
</Button>