Add rectangular shape to button (#9382)

This commit is contained in:
Samuel Newman
2025-11-13 00:35:34 +02:00
committed by GitHub
parent 68a4d84450
commit e663e824b7
7 changed files with 43 additions and 9 deletions
+1 -1
View File
@@ -106,7 +106,7 @@ export function Trigger({children, label}: TriggerProps) {
style={[a.flex_1, a.justify_between]}
color="secondary"
size="small"
variant="solid">
shape="rectangular">
<>{children}</>
</Button>
)